StandardNode: Timer

extendsNode
let timer = flow.createNode("common/timer", {
state: { delay: 500 },
});
Default State
{ delay: 1000, emitValue: null }
let timer = flow.createNode("common/timer", {
state: { delay: 500 },
});
{ delay: 1000, emitValue: null }