On this page

Interface ElementCreationOptions

interface ElementCreationOptions {
    customElementRegistry?: CustomElementRegistry;
    is?: string;
}
Index

Properties

customElementRegistry?: CustomElementRegistry
is?: string
Was this helpful?
SDK JS
Reference
ElementCreationOptions