Details of the options to create for a custom field.

interface CreateCustomFieldOption {
    contextId: number;
    fieldId: string;
    options?: Version3.Version3Models.CustomFieldOptionCreate[];
}

Hierarchy (view full)

Properties

contextId: number

The ID of the context.

fieldId: string

The ID of the custom field.

Details of options to create.