Interface CustomFieldContextDefaultValueCascadingOption

The default value for a cascading select custom field.

interface CustomFieldContextDefaultValueCascadingOption {
    cascadingOptionId?: string;
    contextId: string;
    optionId: string;
    type: string;
}

Properties

cascadingOptionId?: string

The ID of the default cascading option.

contextId: string

The ID of the context.

optionId: string

The ID of the default option.

type: string