Abstract Readonly Abstract onAn OnEvent sender of input mode updates.
Sends a new mode value along with old one as second parameter.
The [OnEvent__symbol] property is an alias of this one.
Readonly Abstract ownOwn input mode tracker.
Readonly Abstract readAn AfterEvent keeper of input mode.
The [AfterEvent__symbol] property is an alias of this one.
Static [Abstract deriveDerives input mode from another source.
If the source mode is disabled, this one would be disabled too. If the source mode is read-only, then this one
would be read-only, unless disabled already.
Derived input mode supply. Disables source mode derivation once cut off.
Static hasGenerated using TypeDoc
Input mode aspect of control.
Control can be either enabled, disabled, or readonly.
Each control maintains its own state, while nested controls respect container ones. I.e. when container is disabled all nested ones are also disabled. When container is readonly, all nested ones are also readonly, unless explicitly disabled.
When applied to input element this aspect maintains its
disabledandreadonlyattributes (not properties!).Implements
EventSenderinterface by sending new and old mode values on each update.Implements
EventKeeperinterface by sending actual mode value.