Package | impression.players |
Class | public class CanvasElementStates |
Inheritance | CanvasElementStates ![]() |
Property | Defined 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 |
ACTIVE | property |
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.
COMPLETE | property |
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
.
DEFAULT | property |
public static var DEFAULT:String = elementDefault
Indicates the default state of an element.
INITIALIZED | property |
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
.
UNKNOWN | property |
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
.