interface NodeAndSymbol {
    node: MonacoOutlineSymbolInformationNode;
    symbol: DocumentSymbol;
}

Properties

Properties

symbol: DocumentSymbol