Protected
constructorStatic
Readonly
EVENT_Indicates that a new key has been added to the array of keys, which can now be fetched with getTable.
Static
Readonly
EVENT_Indicates that a new key has been added to the array of keys, which can now be fetched with getTable.
Static
Readonly
EVENT_Indicates that a new key has been added to the array of keys, which can now be fetched with getTable.
Static
Readonly
EVENT_Indicates that a new key has been added to the array of keys, which can now be fetched 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 each Table. All tables will have the same structure.