Skip to content
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.

Builtin Facets

properties

Coming soon

init

Coming soon

destroy

Coming soon

Clone this wiki locally