PropsCustomElementRegistry extension
Methods
-
define(
String name, CustomElementConstructor constructor, [ElementDefinitionOptions? options]) → void -
Available on CustomElementRegistry, provided by the PropsCustomElementRegistry extension
-
get(
String name) → dynamic -
Available on CustomElementRegistry, provided by the PropsCustomElementRegistry extension
-
upgrade(
Node root) → void -
Available on CustomElementRegistry, provided by the PropsCustomElementRegistry extension
-
whenDefined(
String name) → Future< CustomElementConstructor> -
Available on CustomElementRegistry, provided by the PropsCustomElementRegistry extension