Class KeyInterceptorOptions
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
Keys
Intercept configuration for keys of interest
public List<KeyOptions> Keys { get; set; }
Property Value
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; }