Name | Description | |
---|---|---|
addDocument | Appends a document to the end of the collection. | |
forEach | Calls the specified function once for each ImGearDocument in the collection. | |
getDocument | Returns a document in the collection. | |
insertDocument | Inserts a document in the collection at the location specified by the parameter 'index'. | |
removeAllDocuments | Removes all the documents from the collection. | |
removeDocument | Removes a document from the collection. |