Data
Data is like a table in a database. Additional properties in a derived class are written to the database using saveData. Data objects can be retrieved at runtime using the getData function.
Constructors
new Data(primaryKey)
new Data(
primaryKey
):Data
Parameters
• primaryKey: string
Returns
Accessors
primaryKey
get
primaryKey():string
Returns
string
Generated using typedoc-plugin-markdown and TypeDoc