zendesk-messaging-client
    Preparing search index...

    Type Alias FormOptions

    FormOptions: { label?: string; name?: string }[]

    Array of objects representing options for a field of type select.

    Type declaration

    • Optionallabel?: string

      The label of the option. What the option is displayed as on Web Messenger.

    • Optionalname?: string

      The name of the field. Must be unique per field.