Interface TabBarToolbarContribution

Representation of a tabbar toolbar contribution.

interface TabBarToolbarContribution {
    registerToolbarItems(registry): void;
}

Methods