Tracker.afterFlush

Client

Tracker.afterFlush(callback)

import { Tracker } from 'meteor/tracker' Source

Schedules a function to be called during the next flush, or later in the current flush if one is in progress, after all invalidated computations have been rerun. The function will be run once and not on subsequent flushes unless afterFlush is called again.

Arguments

callback Function

A function to call at flush time.

doc_Meteor
2016-05-29 17:26:06
Comments
Leave a Comment

Please login to continue.