SubDocumentCollectionBase Class
A collection of SubDocumentBase objects.
#Declaration
export class SubDocumentCollectionBase extends SubDocumentCollection<SubDocumentBase>
#Inheritance
#Properties
#main Property
Returns the main sub-document.
#Declaration
get main(): SubDocumentBase
#Property Value
Type | Description |
---|---|
Sub |
The main sub-document. |
#Remarks
Tip
You can acces the main sub-document’s properties directly at the document level.