Client
new Blaze.View([name], renderFunction)
import { Blaze } from 'meteor/blaze'
Source Constructor for a View, which represents a reactive region of DOM.
Arguments
- name String
-
Optional. A name for this type of View. See
view.name
. - renderFunction Function
-
A function that returns renderable content. In this function,
this
is bound to the View.
Please login to continue.