Interface SourceControlGroupFeatures

interface SourceControlGroupFeatures {
    contextValue: undefined | string;
    hideWhenEmpty: undefined | boolean;
}

Properties

contextValue: undefined | string
hideWhenEmpty: undefined | boolean