Theia API Documentation v1.65.0
    Preparing search index...
    interface ChangeSetDecorator {
        id: string;
        onDidChangeDecorations: Event<void>;
        decorate(element: ChangeSetElement): undefined | ChangeSetDecoration;
    }

    Implemented by

    Index

    Properties

    id: string
    onDidChangeDecorations: Event<void>

    Methods