Skip to main content

MapValueState Interface

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

interface MapValueState<T, Keys extends string | number>

Type Parameters

Parameter Constraint Description
T
Keys string | number

Properties

Property Alerts Type Description
items Beta { [name in Keys]: ValueOptionalState<T>; }
rev Beta number

Property Details

items

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
items: {
[name in Keys]: ValueOptionalState<T>;
};

Type: { [name in Keys]: ValueOptionalState<T>; }

rev

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
rev: number;

Type: number