Theia API Documentation v1.65.0
    Preparing search index...
    interface DocumentSymbol {
        children?: DocumentSymbol[];
        containerName?: string;
        detail: string;
        kind: SymbolKind;
        name: string;
        range: Range;
        selectionRange: Range;
        tags: readonly Deprecated[];
    }
    Index

    Properties

    children?: DocumentSymbol[]
    containerName?: string
    detail: string
    name: string
    range: Range
    selectionRange: Range
    tags: readonly Deprecated[]