new PersistentCollection()
Abstract persistent collection of elements. The collection can be registered or added to folders.
Extends
Methods
elements() → {Array.<object>}
Returns the elements of the collection
Returns:
- Type:
- Array.<object>
id() → {string}
Returns the registered ID, or undefined if not registered.
- Inherited From
Returns:
- Type:
- string
name() → {string}
Returns the name
Returns:
- Type:
- string
parentFolders() → {Array.<$k.Folder>}
Returns the folders that contain this element
- Inherited From
Returns:
- Type:
- Array.<$k.Folder>
registryType() → {string}
Returns the name of the registry that contains elements of this type
- Inherited From
Returns:
- Type:
- string