Theia API Documentation v1.65.0
    Preparing search index...

    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>;
    }

    Implemented by

    Index

    Properties

    onDidChangeToolbarItems: Event<void>