Interface BCFSelectionComponent

BCF selection component.

interface BCFSelectionComponent {
    default_selection: boolean;
    exceptions: BCFComponent[];
}

Properties

default_selection: boolean

If true: Selects all components, and unselects the exceptions. If false: Unselect all components and select exceptions.

exceptions: BCFComponent[]

Components to select/unselect determined by default_selection.