Interface CustomFieldContextDefaultValueLabels

Default value for a labels custom field.

interface CustomFieldContextDefaultValueLabels {
    contextId: string;
    labels: string[];
    type: string;
}

Properties

Properties

contextId: string

The ID of the context.

labels: string[]

The default labels value.

type: string