Interface CustomFieldContextDefaultValueTextField

The default text for a text custom field.

interface CustomFieldContextDefaultValueTextField {
    text?: string;
    type: string;
}

Properties

Properties

text?: string

The default text. The maximum length is 254 characters.

type: string