Interface CustomFieldContextDefaultValueForgeGroupField

The default value for a Forge group custom field.

interface CustomFieldContextDefaultValueForgeGroupField {
    contextId: string;
    groupId: string;
    type: string;
}

Properties

contextId: string

The ID of the context.

groupId: string

The ID of the the default group.

type: string