Skip to main content

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

ParameterDescription
TValue

Properties

PropertyModifiersTypeDescription
valueoptionalOpaqueJsonDeserialized<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>

See Also

ValueRequiredState.