zendesk-messaging-client
    Preparing search index...

    Type Alias FormMessageField

    FormMessageField: Field & {
        maxSize?: number;
        minSize?: number;
        options?: FormOptions;
        placeholder?: string;
    }

    Type declaration

    • OptionalmaxSize?: number

      The maximum allowed length for the response for a field of type text. Form message only.

    • OptionalminSize?: number

      The minimum allowed length for the response for a field of type text. Form message only.

    • Optionaloptions?: FormOptions
    • Optionalplaceholder?: string

      Placeholder text for the field. Form message only.