Skip to main content

ValueDirectory Interface

A directory of values, where each value may be an optional state or another directory.

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 ValueDirectory<T>

Type Parameters

Parameter Description
T

Properties

Property Alerts Type Description
items Beta { [name: string | number]: ValueOptionalState<T> | ValueDirectory<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: string | number]: ValueOptionalState<T> | ValueDirectory<T>;
};

Type: { [name: string | number]: ValueOptionalState<T> | ValueDirectory<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