CustomElementRegistry

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

define
void define(string name, Function functionConstructor, ElementDefinitionOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
define
void define(string name, Function functionConstructor)
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.
setElementCreationCallback
void setElementCreationCallback(string name, CustomElementCreationCallback callback)
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