create(func, time, repeat) js
Schedules func
to be called after time
milliseconds.
var Timer = require("FuseJS/Timer");
Timer.create(function() {
console.log("This will run once, after 3 seconds");
}, 3000, false); <a href="../../../fuse/reactive/fusejs/timermodule/create_bbef95e2.html" class="table-of-contents-item-has-more" title="There is more information available for this entry"><i class="fa fa-ellipsis-h"></i></a>