Skip to main content

ValueAccessor TypeAlias

Union of possible accessor types for a 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

export type ValueAccessor<T> = RawValueAccessor<T> | ProxiedValueAccessor<T>;

Type Parameters

Parameter Description
T