add some functions to interact with TempGloVar for Executor and Placeholders
rkdrns4747 opened this issue ยท 0 comments
We currently supports put()
, get()
and has()
function in Executor, Placeholder js files to make it easy to interact with Global Variables.
Nevertheless, we still don't have any function(s) to interact with Temporary Global Variables, which means people have to implement it with long-long code.
For this reason, how about adding these functions?
tput(Key, Object)
tget(Key)
thas(Key)