forked from cujojs/wire
-
Notifications
You must be signed in to change notification settings - Fork 3
Facets
briancavalier edited this page Jun 17, 2011
·
1 revision
Facets allow you to apply additional configuration or behavior to a component after it has been created by a factory. For example, the properties facet sets properties on a component during the Create lifecycle stage, and the init facet invokes initializer methods on a component during the Initialize stage.
Wire.js comes with several builtin facets. Plugins can provide additional facets.
Coming soon
Coming soon
Coming soon