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

    Interface ITabCloseRequestedArgs<T>

    The arguments object for the tabCloseRequested signal.

    interface ITabCloseRequestedArgs<T> {
        index: number;
        title: Title<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    index: number

    The index of the tab to close.

    title: Title<T>

    The title for the tab.