Variables

@:value(cast flag(0))@:impl@:enuminlineread onlyFocusGet:FocusEventState = flag(0)

Fired once when the element is focused.

@:value(cast flag(1))@:impl@:enuminlineread onlyFocusLoose:FocusEventState = flag(1)

Fired once when the element is no longer focused. Also fired when EventHandler.clearFocus() is called.