Packageimpression.players
Classpublic class CanvasElementStates
InheritanceCanvasElementStates Inheritance Object

The CanvasElementStates class defines possible display states for a CanvasElement.



Public Properties
 PropertyDefined By
  ACTIVE : String = elementActive
[static] For elements that have an ActionType property value other than jump or displayRange, indicates that the element is active.
CanvasElementStates
  COMPLETE : String = elementComplete
[static] Indicates that the element is complete, or for elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is complete.
CanvasElementStates
  DEFAULT : String = elementDefault
[static] Indicates the default state of an element.
CanvasElementStates
  INITIALIZED : String = elementInitialized
[static] For elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is initialized.
CanvasElementStates
  UNKNOWN : String
[static] For elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is unknown.
CanvasElementStates
Property Detail
ACTIVEproperty
public static var ACTIVE:String = elementActive

For elements that have an ActionType property value other than jump or displayRange, indicates that the element is active.

COMPLETEproperty 
public static var COMPLETE:String = elementComplete

Indicates that the element is complete, or for elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is complete.

DEFAULTproperty 
public static var DEFAULT:String = elementDefault

Indicates the default state of an element.

INITIALIZEDproperty 
public static var INITIALIZED:String = elementInitialized

For elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is initialized.

UNKNOWNproperty 
public static var UNKNOWN:String

For elements that have an ActionType property value of jump or displayRange, indicates that the aggregate status of the destination or range is unknown.