CustomElementRegistry

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

define
void define(string name, CustomElementConstructor constructor, ElementDefinitionOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
define
void define(string name, CustomElementConstructor constructor)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
upgrade
void upgrade(Node root)
Undocumented in source. Be warned that the author may not have intended to support it.
whenDefined
auto whenDefined(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta