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

ParameterDescription
T

Properties

PropertyAlertsModifiersTypeDescription
dataBetareadonlyT
kindBetareadonly"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"