ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface WixCustomTextField

    A custom text field configured on the product (e.g. an engraving or note field).

    interface WixCustomTextField {
        key: string;
        title: string;
        value: string;
        isMandatory: boolean;
        inputLimit: number;
    }
    Index

    Properties

    key: string

    Machine-readable key for the field

    title: string

    Human-readable label for the field

    value: string

    Current value of the field

    isMandatory: boolean

    Whether the field must be filled in

    inputLimit: number

    Maximum allowed character length