Enumeration StoreEvents

Enumeration Members

AgentChanged: "agent-changed"

Event that gets called whenever the stores agent changes

Error: "error"

Event that gets called whenever the store encounters an error

ResourceManuallyCreated: "resource-manually-created"

User explicitly created a Resource through a conscious action, e.g. through the SideBar.

ResourceRemoved: "resource-removed"

User perform a Remove action

ResourceSaved: "resource-saved"

Whenever Resource.save() is called, so only when the user of this library performs a save action.

Generated using TypeDoc