OpenWGA 7.6 - TMLScript reference
AppMethod :
design([reference])
On object | App |
Usage | Retrieve the Design of this application |
Description | This returns a design object representing a base reference to the design of the application. |
Parameters |
reference (String - optional) A reference to a design object. Same as design().resolve(reference) |
Return value | A Design object |
Allowed in script types |
|
Examples |
WGA.app("other-App").design("overlay").label("some-key"); |