Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

createTextAskWidget

  • description

    Create Text Ask widget

    async
    since

    2.52.0

    example
    createTextAskWidget({
    programId: "xxxx",
    title: "<text ask title>",
    prompt: "<text ask question prompt>",
    confirmationMessage: "<your message>",
    }).then(textAskWidget => console.log(textAskWidget))

    Parameters

    Returns Promise<ITextAskWidget>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc