ractive.findAllComponents()
edit this pageReturns all components inside a given Ractive instance with the given name (or all components of any kind if no name is given).
ractive.findAllComponents( name[, options ] )
Returns an array of component instances
name
StringThe name of the component to find
options
Objectlive
BooleanDefaults to
false. Whether to return a live list or a static one.