AttrCategory Type
Classification (`AttrCategory`) of what an attribute affects — `Content`, `Children`, `Layout`, `Style`, `Theme`, `State`, `Validation`, `Accessibility`, `Event`, `Data`, or `Slot` — used to route the attribute during lowering.
Union cases
| Union case |
Description
|
Full Usage:
Accessibility
|
|
Full Usage:
Children
|
|
Full Usage:
Content
|
|
Full Usage:
Data
|
|
Full Usage:
Event
|
|
Full Usage:
Layout
|
|
Full Usage:
Slot
|
Feature 095 (E5): the category under which named slot fills ride the `Attr` mechanism, mirroring E3's `Style`. Closed; only the internal `ControlInternals.slotFill` builder produces it — there is NO public free-form slot builder (the typed `Props` slot fields are the only sanctioned authoring path, FR-001). |
Full Usage:
State
|
|
Full Usage:
Style
|
|
Full Usage:
Theme
|
|
Full Usage:
Validation
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAccessibility
Returns: bool
|
|
Full Usage:
this.IsChildren
Returns: bool
|
|
Full Usage:
this.IsContent
Returns: bool
|
|
Full Usage:
this.IsData
Returns: bool
|
|
Full Usage:
this.IsEvent
Returns: bool
|
|
Full Usage:
this.IsLayout
Returns: bool
|
|
Full Usage:
this.IsSlot
Returns: bool
|
|
Full Usage:
this.IsState
Returns: bool
|
|
Full Usage:
this.IsStyle
Returns: bool
|
|
Full Usage:
this.IsTheme
Returns: bool
|
|
Full Usage:
this.IsValidation
Returns: bool
|
|