Table of Contents

Interface IKeyInterceptorObserver

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents an observer that observes and responds to key up and down events.

public interface IKeyInterceptorObserver : IKeyDownObserver, IKeyUpObserver
Inherited Members
Extension Methods

Properties

ElementId

Gets the ID of the ancestor HTML element associated with this observer. This ID should be a unique identifier.

string ElementId { get; }

Property Value

string