Skip to main content

RawValueAccessor Interface

Represents a value that is accessed directly.

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 interface RawValueAccessor<T>

Type Parameters

Parameter Description
T

Properties

Property Alerts Modifiers Type Description
data Beta readonly T
kind Beta readonly "raw"

Property Details

data

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
readonly data: T;

Type: T

kind

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
readonly kind: "raw";

Type: "raw"