AttrValue<'msg> Type
Union cases
| Union case |
Description
|
|
|
Full Usage:
BoolValue bool
Parameters:
bool
|
|
|
|
|
|
|
|
Full Usage:
FloatValue float
Parameters:
float
|
|
Full Usage:
MessageValue 'msg
Parameters:
'msg
|
|
|
Feature 095 (E5): an ordered association list from declared slot NAME to the consumer's fill sub-tree. Rides the existing `Attr` mechanism under `AttrCategory.Slot` (the same shape E3 used for `StyleClassesValue`); a control carries at most one `Slot`-category attribute, last-writer-wins. The slot NAME is internal plumbing — a name ABSENT from this list is an unfilled slot (renders default), a name PRESENT is filled (renders the sub-tree, even when the sub-tree is empty). A slot fill is a static `Control<'msg>` value, NOT a data-bound template (FR-008). Lowering injects the fills into the control's `Children`, so they inherit E1–E4 + E2 retained identity by construction (FR-004, FR-005).
|
Full Usage:
StringListValue string list
Parameters:
string list
|
|
|
Feature 093 (E3): an ordered list of attached style classes (list order = attach order). Rides the existing `Attr` mechanism under `AttrCategory.Style`; absent ≡ `[]` ≡ base.
|
Full Usage:
TextValue string
Parameters:
string
|
|
|
|
Full Usage:
UntypedValue obj
Parameters:
obj
|
|
|
|
|
Feature 093 (E3): the control's current `VisualState`, consumed by `Style.resolve`. Rides the `Attr` mechanism so it travels WITH the control through the keyed reconciler diff — a state-driven look therefore survives a sibling-shifting re-render under E2's retained identity (FR-006, SC-005). Absent ≡ `Normal` ≡ the behaviour-preserving base case.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAccessibilityValue
Returns: bool
|
|
Full Usage:
this.IsBoolValue
Returns: bool
|
|
Full Usage:
this.IsChildValue
Returns: bool
|
|
Full Usage:
this.IsChildrenValue
Returns: bool
|
|
Full Usage:
this.IsEventValue
Returns: bool
|
|
Full Usage:
this.IsFloatValue
Returns: bool
|
|
Full Usage:
this.IsMessageValue
Returns: bool
|
|
Full Usage:
this.IsSlotFillsValue
Returns: bool
|
|
Full Usage:
this.IsStringListValue
Returns: bool
|
|
Full Usage:
this.IsStyleClassesValue
Returns: bool
|
|
Full Usage:
this.IsTextValue
Returns: bool
|
|
Full Usage:
this.IsThemeValue
Returns: bool
|
|
Full Usage:
this.IsUntypedValue
Returns: bool
|
|
Full Usage:
this.IsValidationValue
Returns: bool
|
|
Full Usage:
this.IsVisualStateValue
Returns: bool
|
|