Structure
SymbolKind
A symbol kind for documentation display, wrapping DocumentationNode.Kind.
struct SymbolKind
Overview
This type provides convenient access to symbol kinds for rendering badges and categorising symbols in the documentation output.
Topics
Initializers
Creates a symbol kind from a DocumentationNode.Kind.
Creates a symbol kind from an identifier string.
Creates a symbol kind from a keyword string (e.g., “struct”, “class”, “enum”).
Creates a symbol kind from a raw value (name).
Instance Properties
The badge character for this symbol kind.
The CSS class for this symbol kind’s badge.
The unique identifier for this symbol kind.
Whether this kind represents a symbol (as opposed to an article or tutorial).
The underlying documentation node kind.
The display name for this symbol kind.
The raw value (name) of this symbol kind.