Interface DynamicToolbarWidget

A widget that may change it's internal structure dynamically. Current use is to update the toolbar when a contributed view is constructed "lazily".

interface DynamicToolbarWidget {
    onDidChangeToolbarItems: Event<void>;
}

Properties

onDidChangeToolbarItems: Event<void>