IInteractionService.createNumberInput
Method
interface IInteractionService { // ... omitted for brevity createNumberInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilder;}Signature
method
createNumberInputCreates a numeric input.
createNumberInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilderParameters
namestringoptionsCreateInteractionInputOptionsoptionalReturns
InteractionInputBuilderDefined on
This method is defined on the following type: