Represents a group of inputs for a build option.

interface BuildOptionGroupDefinition {
    displayName?: string;
    isExpanded?: boolean;
    name?: string;
}

Properties

displayName?: string

The name of the group to display in the UI.

isExpanded?: boolean

Indicates whether the group is initially displayed as expanded in the UI.

name?: string

The internal name of the group.