Blaze.Template

Client

new Blaze.Template([viewName], renderFunction)

import { Blaze } from 'meteor/blaze' Source

Constructor for a Template, which is used to construct Views with particular name and content.

Arguments

viewName String

Optional. A name for Views constructed by this Template. See view.name.

renderFunction Function

A function that returns renderable content. This function is used as the renderFunction for Views constructed by this Template.

doc_Meteor
2016-05-29 17:18:00
Comments
Leave a Comment

Please login to continue.