Table of Contents

Class KeyInterceptorOptions

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll
public class KeyInterceptorOptions
Inheritance
KeyInterceptorOptions
Inherited Members
Extension Methods

Constructors

KeyInterceptorOptions()

public KeyInterceptorOptions()

Properties

EnableLogging

Report resize events in the browser's console.

public bool EnableLogging { get; set; }

Property Value

bool

Keys

Intercept configuration for keys of interest

public List<KeyOptions> Keys { get; set; }

Property Value

List<KeyOptions>

TargetClass

Class of the target node which should be observed for keyboard events

Note: this must be a single class

public string TargetClass { get; set; }

Property Value

string