Interface CustomFieldContextDefaultValueForgeMultiGroupField

The default value for a Forge collection of groups custom field.

interface CustomFieldContextDefaultValueForgeMultiGroupField {
    contextId: string;
    groupIds: string[];
    type: string;
}

Properties

contextId: string

The ID of the context.

groupIds: string[]

The IDs of the default groups.

type: string