Client
Blaze.getView([element])
import { Blaze } from 'meteor/blaze'
Source Gets either the current View, or the View enclosing the given DOM element.
Arguments
- element DOM Element
-
Optional. If specified, the View enclosing
element
is returned.
Please login to continue.