Theia API Documentation v1.65.0
    Preparing search index...
    interface TimelineProvider {
        id: string;
        label: string;
        onDidChange?: Event<TimelineChangeEvent>;
        scheme: string | string[];
        dispose(): void;
        provideTimeline(
            uri: URI,
            options: TimelineOptions,
            internalOptions?: InternalTimelineOptions,
        ): Promise<undefined | Timeline>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    label: string
    onDidChange?: Event<TimelineChangeEvent>
    scheme: string | string[]

    Methods

    • Dispose this object.

      Returns void