SymbolDisplayPart

sealed external interface SymbolDisplayPart(source)

Inheritors

Properties

Link copied to clipboard
abstract var kind: String

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

Link copied to clipboard
abstract var text: String

Text of an item describing the symbol.