Skip to main content

ValueOptionalState Interface

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

Properties

Property Alerts Modifiers Type Description
value Beta optional JsonDeserialized<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?: JsonDeserialized<TValue>;

Type: JsonDeserialized<TValue>