サブドキュメント
Subdocument.prototype.$parent()Subdocument.prototype.deleteOne()Subdocument.prototype.inspect()Subdocument.prototype.ownerDocument()Subdocument.prototype.parent()
Subdocument.prototype.$parent()
サブドキュメントの親ドキュメントを返します。
Subdocument.prototype.deleteOne()
パラメータ
[options]«オブジェクト»[callback]«関数» Document.prototype.removeとの互換性のためのオプションのコールバック
サブドキュメントを空にする
Subdocument.prototype.inspect()
console.logのヘルパー
Subdocument.prototype.ownerDocument()
戻り値
- «ドキュメント»
サブドキュメントの最上位ドキュメントを返します。
Subdocument.prototype.parent()
サブドキュメントの親ドキュメントを返します。

