子文档
Subdocument.prototype.$parent()
Subdocument.prototype.deleteOne()
Subdocument.prototype.inspect()
Subdocument.prototype.ownerDocument()
Subdocument.prototype.parent()
Subdocument.prototype.$parent()
返回此子文档的父文档。
Subdocument.prototype.deleteOne()
参数
[options]
«Object»[callback]
«Function» 可选回调,用于与 Document.prototype.remove 兼容
将此子文档设置为 null
Subdocument.prototype.inspect()
用于 console.log 的助手
Subdocument.prototype.ownerDocument()
返回值
- «Document»
返回此子文档的顶级文档。
Subdocument.prototype.parent()
返回此子文档的父文档。