Modelling methods
getPrettyStoreApi
The getPrettyStoreApi
method attempts to return prettified code-generated .d.ts
and .ts(x)
files that describe the schema of a Store
and React bindings (since v3.1) in an ORM style. Read more.
getStoreApi
The getStoreApi
method returns code-generated .d.ts
and .ts(x)
files that describe the schema of a Store
and React bindings (since v3.1) in an ORM style. Read more.
getStoreTablesSchema
The getStoreTablesSchema
method returns the TablesSchema
of the Store
as an object. Read more.
getStoreValuesSchema
The getStoreValuesSchema
method returns the ValuesSchema
of the Store
as an object. Read more.