Interface CustomFieldContextDefaultValueTextArea

The default text for a text area custom field.

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

Properties

Properties

text?: string

The default text. The maximum length is 32767 characters.

type: string