Interface DocumentSymbolProviderMetadata

Metadata about a DocumentSymbolProvider.

interface DocumentSymbolProviderMetadata {
    label?: string;
}

Properties

Properties

label?: string

A human-readable string that is shown when multiple outline trees show for one document.