Skip to main content
Version: 8.1

Vision - The Window Object Scripting Functions

This page details the various component and extension functions available for Vision's Window Object components.

Component Functions​

.getRootContainer​

  • Description

    • Returns a reference to the Root Container in the window.
  • Parameters

    • None
  • Return

    • Object - a reference to the Root Container, which is functionally just a Vision - Container.

.getComponentForPath​

  • Description

    • Returns a reference to a component. The path parameter allows you to specify the full path to the component as a string.
  • Parameters

    • String path - The path to the component, using a period as a delimiter, such as "Root Container.Group.Label".
  • Return

    • Object - to the component specified, or None if there is a typo in the path.

Extension Functions​

This component does not have extension functions associated with it.