On this page

Interface ImportNodeOptions

interface ImportNodeOptions {
    customElementRegistry?: CustomElementRegistry;
    selfOnly?: boolean;
}
Index

Properties

customElementRegistry?: CustomElementRegistry
selfOnly?: boolean
Was this helpful?
SDK JS
Reference
ImportNodeOptions