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

    A session row with its optional child sessions.

    interface SessionRow {
        childSessions: SessionRow[];
        isRestored: boolean;
        session: ChatSessionMetadata;
    }
    Index

    Properties

    childSessions: SessionRow[]
    isRestored: boolean