Delete the value of the provided namespace key.
if true this operation behaves like Memory.resetMemory with the key as an argument. Otherwise it merely removes the specified namespace.
Keep track of the given element such that it can be removed later.
Load the service page. This is a no-op if the page is already loaded.
Store the given value under the namespace key.
Namespaces are separated by a dot
Remove all elements from the given namespaces. Removing elements of a namespace also removes all elements in namespaces further down.
If no namespaces provided removes all elements.
Reset the given namespaces and all their children.
When called with no arguments this flushes the entire memory (i.e. deletes all keys).
Unload a service page. This is a no-op if the service page isn't loaded, i.e. ServicePage.loaded is false.
Generated using TypeDoc
ServicePages which are running as a child of the current page.