Type alias Source

Source: EventKeeper<[InMode.Value]> | ((this, control) => EventKeeper<[InMode.Value]>)

A source of input mode.

This is either an event keeper of mode value, or a function returning one and accepting target input control as the only parameter.

Generated using TypeDoc