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

    An event describing change to tabs.

    interface TabChangeEvent {
        changed: readonly Tab[];
        closed: readonly Tab[];
        opened: readonly Tab[];
    }
    Index

    Properties

    Properties

    changed: readonly Tab[]

    Tabs that have changed, e.g have changed their active state.

    closed: readonly Tab[]

    The tabs that have been closed.

    opened: readonly Tab[]

    The tabs that have been opened.