Component

Undocumented in source.
abstract
class Component {}

Members

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Mixed In Members

From mixin JsonizeMe

T
alias T = typeof(this)
Undocumented in source.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
populateFromJSON
void populateFromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta