FrontInstanceReference
Wolfram Kernel
FrontInstanceReference[] _FrontInstanceReferenceor
FrontInstanceReference[uid_String] _FrontInstanceReferenceconstructs an instance reference object, which can be used to refer the instance context of a frontend symbol.
Methods
FrontSubmit
FrontSubmit[expr_, _FrontInstanceReference, opts___]For example to add a new object on a scene
scene = FrontInstanceReference[];
Plot[x, {x,0,1}, Epilog->{scene}]Then one can add new object to an existing plot if to was always there
FrontSubmit[{RandomColor[], Disk[{.5,.5},.2]}, scene];FrontFetch
FrontFetchAsync
FrontFetchAsync[expr_, _FrontInstanceReference, opts___]