Theia API Documentation v1.65.0
    Preparing search index...
    interface ViewContainerInfo {
        id: string;
        location: string;
        onViewAdded: () => void;
        options: ViewContainerTitleOptions;
    }
    Index

    Properties

    id: string
    location: string
    onViewAdded: () => void