You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facefull.Counters["CV1"].getValue();facefull.Counters["CV1"].setValue(10);facefull.Counters["CV1"].onBeforeCount=function(direction){if(direction>0){console.log("Count forward blocked");returnfalse;}returntrue;}facefull.Counters["CV1"].onAfterCount=function(direction){// event after setting a new value}