Skip to main content

ValueDirectoryOrState TypeAlias

Convenience type for a required state or a directory of values.

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

type ValueDirectoryOrState<T> = ValueRequiredState<T> | ValueDirectory<T>;

Type Parameters

Parameter Description
T