Interface CustomFieldContextDefaultValueSingleGroupPicker

The default value for a group picker custom field.

interface CustomFieldContextDefaultValueSingleGroupPicker {
    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