Mayson Monorepo Documentation
    Preparing search index...
    interface CustomText {
        description?: string;
        skip_button?: string;
        submit_button?: string;
        title: string;
    }
    Index

    Properties

    description?: string

    The description which will be displayed when collecting this input

    skip_button?: string

    Custom text for the skip button. Maximum 14 characters.

    submit_button?: string

    Custom text for the submit button. Maximum 30 characters.

    title: string

    The title which will be displayed when collecting this input