Client API
The client API is a set of methods and properties generated from an Idea file as a guide. Depending on the models and types defined in an Idea file, the client API will be different.
❐ Copy
NOTE: depends on your configuration.
config
Returns the entire client configuration object.
❐ Copy
registry
Returns the registry object that manages the models, types, enums and props.
❐ Copy
❐ Copy
❐ Copy
model
Returns a map of all the models in the registry. Each model contains an action set and a config object.
❐ Copy
❐ Copy
fieldset
Returns a map of all the fieldsets in the registry.
❐ Copy