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