helpers
{Object<String,can.mustache.helper(arg..., options)>}
Helper functions used with the component's template.
{Object<String,can.mustache.helper(arg..., options)>}
Helper functions used with the component's template.
Use
can.Component's helper object lets you provide helper functions that are localized to the component's template. The following example uses an
isSelected
helper to render content for selected items. Click one of the following libraries to toggle them within theselected
array.