DVUEComponent

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(DVUEApp anApp)
Undocumented in source.
this
this(string aName)
Undocumented in source.
this
this(DVUEApp anApp, string aName)
Undocumented in source.

Members

Functions

classes
auto classes()
Undocumented in source. Be warned that the author may not have intended to support it.
classes
O classes(string[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
classes
O classes(string[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
clearComponents
O clearComponents()
Undocumented in source. Be warned that the author may not have intended to support it.
components
auto components()
Undocumented in source. Be warned that the author may not have intended to support it.
components
O components(string[] someComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
components
O components(string[string] someComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
components
O components(string name, string aComponent)
Undocumented in source. Be warned that the author may not have intended to support it.
globalRegistration
string globalRegistration()
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(DVUEComponent[] someComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(DVUEComponent[] someComponents)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(DVUEModule aModule)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(DVUEMixin aMixin)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string name, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
imports
O imports(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
props
O props(string name, string datatype, string defaultValue, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
props
O props(string name, string datatype, string defaultValue, string validate, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
settings
string[string] settings()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toVue
string toVue()
Undocumented in source. Be warned that the author may not have intended to support it.
toVue3
string toVue3(string target)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_classes
string[] _classes;
Undocumented in source.
_components
string[string] _components;

* components - Local registration of components * For each property in the components object, * the key will be the name of the custom element, while the value will contain the options object for the component. * Key and name could be the same. Example: * components: { * ComponentA: ComponentA, * 'component-b': ComponentB * }

Meta