Interface CustomFieldContextDefaultValueForgeStringField

The default text for a Forge string custom field.

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

Properties

Properties

contextId: string

The ID of the context.

text?: string

The default text. The maximum length is 254 characters.

type: string