Property Data
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Data
Carried data-* attribute values (key → value), the UI-Toolkit stand-in for HTML data
attributes. UI Toolkit has no attributes, so these are stored in the reconciler's per-element
side-table and matched by the data-[key=value]: / data-[key]: variants. Null = none.
public IReadOnlyDictionary<string, string>? Data { get; set; }
Property Value
- IReadOnlyDictionary<string, string>