Interface CustomFieldContextDefaultValueReadOnly

The default text for a read only custom field.

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

Properties

Properties

text?: string

The default text. The maximum length is 255 characters.

type: string