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

    Serialized representation of an item in a hierarchy branch. Each item represents a request and optionally links to the next branch.

    interface SerializableHierarchyBranchItem {
        nextBranchId?: string;
        requestId: string;
    }
    Index

    Properties

    nextBranchId?: string
    requestId: string