Logo FS-Skia-UI

StandardAttributeValue<'msg> Type

Schema-facing attribute value (`StandardAttributeValue`): a typed union over the primitive shapes an attribute may carry — `StandardText`/`StandardBool`/`StandardFloat`, a `StandardStringList`, a `StandardMessage`/`StandardEvent` payload, or `StandardUntyped`.

Union cases

Union case Description

StandardBool bool

Full Usage: StandardBool bool

Parameters:
    Item : bool

Item : bool

StandardEvent string -> 'msg

Full Usage: StandardEvent string -> 'msg

Parameters:
    Item : string -> 'msg

Item : string -> 'msg

StandardFloat float

Full Usage: StandardFloat float

Parameters:
    Item : float

Item : float

StandardMessage 'msg

Full Usage: StandardMessage 'msg

Parameters:
    Item : 'msg

Item : 'msg

StandardStringList string list

Full Usage: StandardStringList string list

Parameters:
    Item : string list

Item : string list

StandardText string

Full Usage: StandardText string

Parameters:
    Item : string

Item : string

StandardUntyped obj

Full Usage: StandardUntyped obj

Parameters:
    Item : obj

Item : obj

Instance members

Instance member Description

this.IsStandardBool

Full Usage: this.IsStandardBool

Returns: bool
Returns: bool

this.IsStandardEvent

Full Usage: this.IsStandardEvent

Returns: bool
Returns: bool

this.IsStandardFloat

Full Usage: this.IsStandardFloat

Returns: bool
Returns: bool

this.IsStandardMessage

Full Usage: this.IsStandardMessage

Returns: bool
Returns: bool

this.IsStandardStringList

Full Usage: this.IsStandardStringList

Returns: bool
Returns: bool

this.IsStandardText

Full Usage: this.IsStandardText

Returns: bool
Returns: bool

this.IsStandardUntyped

Full Usage: this.IsStandardUntyped

Returns: bool
Returns: bool

Type something to start searching.