Interface CustomFieldContextDefaultValueSingleOption

The default value for a single select custom field.

interface CustomFieldContextDefaultValueSingleOption {
    contextId: string;
    optionId: string;
    type: string;
}

Properties

contextId: string

The ID of the context.

optionId: string

The ID of the default option.

type: string