Client
Template.myTemplate.onRendered
import { Template } from 'meteor/templating'
Source Register a function to be called when an instance of this template is inserted into the DOM.
Arguments
- callback Function
-
A function to be added as a callback.
Please login to continue.