Struct StyleSlotClasses
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Read-only wrapper from slot name → class name.
public readonly struct StyleSlotClasses
Constructors
- StyleSlotClasses(Dictionary<string, string>)
Wraps a slot-name → class-string map.
Properties
- this[string]
Returns the class string for
slot, or "" when the slot is unknown.