Table of Contents

Class JsEventOptions

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

Constructors

JsEventOptions()

public JsEventOptions()

Properties

EnableLogging

Report resize events in the browser's console.

public bool EnableLogging { get; set; }

Property Value

bool

TagName

The tag name of the element to register events with. Must be all uppercase, like "INPUT"

public string TagName { get; set; }

Property Value

string

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