Documentation Language: Swift

Enumeration

NodeType

The type of a navigation node.

enum NodeType

Topics

Enumeration Cases

Initializers

Instance Properties

V
badgeCharacter

The badge character for this node type.

V
badgeClass

The CSS class for this node type’s badge.

V
iconSVG

The SVG icon for non-badge types (articles, tutorials).

V
showsBadge

Whether this type should show a letter badge.

Default Implementations

Relationships

Conforms To