We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed3055 commit 6f6bd29Copy full SHA for 6f6bd29
1 file changed
src/component/Abstract.mjs
@@ -87,11 +87,11 @@ class Abstract extends Base {
87
*/
88
parentComponent_: null,
89
/**
90
- * @member {String|null} parentId_=null
91
- * @protected
+ * The parent component id or document.body
+ * @member {String} parentId_='document.body'
92
* @reactive
93
94
- parentId_: null,
+ parentId_: 'document.body',
95
96
* Optionally add a state.Provider to share state data with child components
97
* @member {Object|null} stateProvider_=null
0 commit comments