Skip to main content

ValueRequiredState 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 ValueRequiredState<TValue> extends ValueStateMetadata

Extends: ValueStateMetadata

Type Parameters

Parameter Description
TValue

Properties

Property Alerts Type Description
value Alpha 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>