Table of Contents

Interface IKeyInterceptor

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll
public interface IKeyInterceptor : IDisposable
Inherited Members
Extension Methods

Methods

Connect(string, KeyInterceptorOptions)

Task Connect(string elementId, KeyInterceptorOptions options)

Parameters

elementId string
options KeyInterceptorOptions

Returns

Task

Disconnect()

Task Disconnect()

Returns

Task

UpdateKey(KeyOptions)

Task UpdateKey(KeyOptions option)

Parameters

option KeyOptions

Returns

Task

Events

KeyDown

event KeyboardEvent KeyDown

Event Type

KeyboardEvent

KeyUp

event KeyboardEvent KeyUp

Event Type

KeyboardEvent