Logo FS-Skia-UI

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

Accessibility

Full Usage: Accessibility

Children

Full Usage: Children

Content

Full Usage: Content

Data

Full Usage: Data

Event

Full Usage: Event

Layout

Full Usage: Layout

Slot

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).

State

Full Usage: State

Style

Full Usage: Style

Theme

Full Usage: Theme

Validation

Full Usage: Validation

Instance members

Instance member Description

this.IsAccessibility

Full Usage: this.IsAccessibility

Returns: bool
Returns: bool

this.IsChildren

Full Usage: this.IsChildren

Returns: bool
Returns: bool

this.IsContent

Full Usage: this.IsContent

Returns: bool
Returns: bool

this.IsData

Full Usage: this.IsData

Returns: bool
Returns: bool

this.IsEvent

Full Usage: this.IsEvent

Returns: bool
Returns: bool

this.IsLayout

Full Usage: this.IsLayout

Returns: bool
Returns: bool

this.IsSlot

Full Usage: this.IsSlot

Returns: bool
Returns: bool

this.IsState

Full Usage: this.IsState

Returns: bool
Returns: bool

this.IsStyle

Full Usage: this.IsStyle

Returns: bool
Returns: bool

this.IsTheme

Full Usage: this.IsTheme

Returns: bool
Returns: bool

this.IsValidation

Full Usage: this.IsValidation

Returns: bool
Returns: bool

Type something to start searching.