AttributeValue Type
Typed attribute-value DU mirroring the gRPC `VizAttributeValue` oneof (feature 040). Used by the scripting path to move values losslessly between wire and F# without resorting to `obj`. The existing `AttributeDescriptor.Get` / `Set` helpers still marshal via `obj` for backwards compatibility.
Union cases
| Union case |
Description
|
Full Usage:
BoolValue bool
Parameters:
bool
|
|
Full Usage:
ColorRgbaValue uint32
Parameters:
uint32
|
|
Full Usage:
FloatValue float
Parameters:
float
|
|
Full Usage:
IntValue int
Parameters:
int
|
|
Full Usage:
StringListValue string list
Parameters:
string list
|
|
Full Usage:
StringValue string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBoolValue
Returns: bool
|
|
Full Usage:
this.IsColorRgbaValue
Returns: bool
|
|
Full Usage:
this.IsFloatValue
Returns: bool
|
|
Full Usage:
this.IsIntValue
Returns: bool
|
|
Full Usage:
this.IsStringListValue
Returns: bool
|
|
Full Usage:
this.IsStringValue
Returns: bool
|
|
FSBarV1_Archived