Protected constructorStatic Readonly EVENT_Indicates that a new key has been added to the array of keys, which you can now fetch with getTable.
Static Readonly EVENT_Indicates that a new key has been added to the array of keys, which you can now fetch with getTable.
Static Readonly EVENT_Indicates that a new key has been added to the array of keys, which you can now fetch with getTable.
Static Readonly EVENT_Indicates that a new key has been added to the array of keys, which you can now fetch with getTable.
The count of known keys.
int
Listen for events on this object.
The type of the data that the event will provide.
The name of the event to listen for.
A function to call when the event occurs.
Returns a cleanup function.
Listen for events on this object.
Returns a cleanup function.
Fetch the table with the given key. If the key does not exist, returns null.
The key to fetch. An array of values for each key column, in the same order as the key columns are.
Promise of dh.Table, or null if the key does not exist.
Removes an event listener added to this table.
Represents a set of
Tables each corresponding to some key. The keys are available locally, but a call must be made to the server to get eachTable. All tables will have the same structure.