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