Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModuleScreenInterface

An interface to interact with a ModuleScreen component.

api-version

1

system

Hierarchy

  • IModuleScreenInterface

Index

Methods

  • isScreenFocused(): boolean
  • Whether the screen is focused or not.

    api-version

    1

    system

    Returns boolean

    Return true if the screen is focused or not.

  • isScreenVisible(): boolean
  • Whether the screen is visible or not. In the case of a PopupScreen, it is not focused, but can be seen.

    api-version

    1

    system

    Returns boolean

    Return true if the screen is visible or not.

Generated using TypeDoc