API Docs for:
Show:

Component_DomainContainer Class

Module: gs

A container component allows an object to have sub-objects.

Item Index

Properties

Methods

changeDomain

(
  • domain
)

Changes the component and all sub-objects.

Parameters:

  • domain String
    • The domain to change to.

changeDomain

(
  • domain
)

Changes the current domain.

Parameters:

  • domain String
    • The domain to change to.

setVisible

(
  • visible
)

Sets the visibility of all sub objects of all domains.

Parameters:

  • visible Boolean
    • The new visibility.

update

()

Updates all sub-objects and sorts them if necessary. It also removes disposed objects from the list of sub-objects.

Properties

domain

Unknown

The current domain. The default domain is an empty string. Please use changeDomain to change the current domain.