Skip to main content

ProxiedValueAccessor Interface

Represents a value that is accessed via a function call, which may result in no 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 interface ProxiedValueAccessor<T>

Type Parameters

Parameter Description
T

Properties

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

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: "proxied";

Type: "proxied"