name of the limetype of the limeobject
the id of the limeobject
Get an already loaded LimeObject
name of the limetype
the id of the object
the LimeObject if it is loaded, otherwise undefined
Get all loaded LimeObjects of a specific limetype
name of the limetype
list of loaded LimeObjects
OptionalgetGet a schema that is already loaded for the limetype.
name of the limetype of the owning limeobject
Load the specified limeobject into the state
Optionaloptions: Pick<LoadOptions, "properties">Load objects of the specified limetype into the state
name of the limetype
Optionaloptions: LoadOptionsoptions about the objects to load
list of objects together with total count of objects
Load related objects into the state
name of the limetype of the owning limeobject
the id of the owning limeobject
name of the property that contain the relations
Optionaloptions: LoadOptionsoptions about the objects to load
list of related objects together with total count of objects
Loads a schema for the limetype.
name of the limetype of the owning limeobject
Subscribe to state changes with optional transformation and filtering.
The subscription will immediately invoke the callback with the current state (if any), then continue to call it whenever the state changes. The map and filter options allow you to transform and selectively receive updates.
Function called with state updates (after map/filter applied)
Optionaloptions: StateOptionsOptional transformations and filters for the subscription
Unsubscribe function - call this to stop receiving updates
Delete the specified limeobject