x4js - v2.2.49
    Preparing search index...
    interface DocumentSymbol {
        children?: DocumentSymbol[];
        containerName?: string;
        detail: string;
        kind: SymbolKind;
        name: string;
        range: IRange;
        selectionRange: IRange;
        tags: readonly Deprecated[];
    }
    Index
    children?: DocumentSymbol[]
    containerName?: string
    detail: string
    name: string
    range: IRange
    selectionRange: IRange
    tags: readonly Deprecated[]