A type of setup options.
Input control type.
Input value type.
Scoped form setup configuration.
A function accepting setup options and returning a procedure that sets up the given control with these options. The setup procedure returns a setup supply peer. The setup should be reverted once this peer's supply cut off.
Optional
options: TOptionsOptional
defaultRole: stringA role name to apply by default. 'default'
when omitted.
Creates an input control setup procedure that applies the given configuration to appropriate scope.
A setup procedure accepting target control as parameter and returning a setup supply. The setup is reverted once this supply cut off.
Generated using TypeDoc
Creates an input control setup procedure that applies the given configuration to appropriate scope.
Returns
A setup procedure accepting target control as parameter and returning a setup supply. The setup is reverted once this supply cut off.