Interface CustomFieldContextDefaultValueForgeMultiStringField

The default text for a Forge collection of strings custom field.

interface CustomFieldContextDefaultValueForgeMultiStringField {
    contextId: string;
    type: string;
    values?: string[];
}

Properties

contextId: string

The ID of the context.

type: string
values?: string[]

List of string values. The maximum length for a value is 254 characters.