count: {{ count }}
watch count result: {{ watchCountRes }}
watch count track number: {{ watchCountTrackNum }}
watch count trigger number:
{{ watchCountTriggerNum }}
watch count cleanup result:
{{ watchCountCleanupRes }}
obj.str: {{ obj.str }}
obj.num: {{ obj.num }}
obj.bool: {{ obj.bool }}
obj.arr: {{ obj.arr }}
watch obj result: {{ watchObjRes }}
watch obj.str result: {{ watchObjStrRes }}
watch obj.bool result: {{ watchObjBoolRes }}
watch obj.arr result: {{ watchObjArrRes }}
watch count and obj.num result:
{{ watchCountAndObjNumRes }}