Development-time settings
Development-time settings
Returns true if a UI state that represents a focusable entity is focused.
Returns the UI state's debug name.
Removes focus state on the UI state that represents a focusable entity such as an input. The presentation layer must define the blur projection to determine exactly how the DOM element is blurred.
Assigns focus state on the UI state that represents a focusable entity such as an input. The presentation layer must define the focus projection to determine exactly which DOM element gets focused.
The presentational layer should report the blurred state of its relevant DOM element using this method.
The presentational layer should report the focus state of its relevant DOM element using this method.
Generated using TypeDoc
Instantiates a generic UI state.