Interface CustomFieldContextDefaultValueReadOnly

The default text for a read only custom field.

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

Properties

Properties

contextId: string

The ID of the context.

text?: string

The default text. The maximum length is 255 characters.

type: string