IInteractionService.createTextInput
Method
interface IInteractionService { // ... omitted for brevity createTextInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilder;}Signature
method
createTextInputCreates a single-line text input.
createTextInput( name: string, options?: CreateInteractionInputOptions): InteractionInputBuilderParameters
namestringoptionsCreateInteractionInputOptionsoptionalReturns
InteractionInputBuilderDefined on
This method is defined on the following type: