Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 840 Bytes

File metadata and controls

19 lines (10 loc) · 840 Bytes

type: bes wizard variable

The <bes wizard variable> objects are Console-only inspectors that return a list of the available BES Wizard variables.

name of <bes wizard variable> : string

Returns the name of the specified Wizard variable.

private flag of <bes wizard variable> : boolean

Returns the private flag of the given <bes wizard variable> (private vars are CONSOLE only).

value of <bes wizard variable> : string

Returns the value of the given BES Wizard variable.

wizard of <bes wizard variable> : bes wizard

Returns the <bes wizard> object to which the specified variable belongs. You can use "dashboard id of wizard of <bes wizard variable>" to get the correct dashboard id to use with the Store/DeleteVariable script functions (private variables are CONSOLE only).