ValueOptionalState Interface
Represents a state that may have a value. And it includes standard metadata.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
interface ValueOptionalState<TValue> extends ValueStateMetadata
Extends: ValueStateMetadata
Type Parameters
| Parameter | Description |
|---|---|
| TValue |
Remarks
See ValueRequiredState.
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| value | Beta |
optional |
OpaqueJsonDeserialized<TValue> |
Property Details
value
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
value?: OpaqueJsonDeserialized<TValue>;
Type: OpaqueJsonDeserialized<TValue>