WLJS LogoWLJS Notebook

FrontInstanceReference

Wolfram Kernel
FrontInstanceReference[] _FrontInstanceReference

or

FrontInstanceReference[uid_String] _FrontInstanceReference

constructs 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___]

On this page