Interface Flags

A flags representing aggregated input status.

Hierarchy

  • Flags

Properties

Properties

edited: boolean

Whether the input has been edited by user.

This flag can be set using InStatus.markEdited().

hasFocus: boolean

Whether the input has focus currently.

touched: boolean

Whether the input had focus already.

This flag can be set using InStatus.markTouched().

Generated using TypeDoc