[static]
A possible value of the IProperty.type property, used for
properties that contain arbitrary binary references.
PropertyType
Constant Detail
ACTION
Constant
public static const ACTION:String = ACTION
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
A possible value of the IProperty.type property, used for
properties that represent navigator actions. The value of a property
of this type is a int; clients can trigger the represented action
by incrementing the value.
A possible value of the IProperty.type property, used for
properties that contain arbitrary boolean values. The value of a property
of this type is a Boolean.
A possible value of the IProperty.type property, used for
properties that contain arbitrary color values. The value of a property
of this type is a Number.
A possible value of the IProperty.type property, used for
properties that contain arbitrary integer values. The value of a property
of this type is a int.
A possible value of the IProperty.type property, used for
properties that contain a list of other properties. The value of a property
of this type is an IProperty represening the selected item from
the property's subvalues.
A possible value of the IProperty.type property, used for
properties that contain arbitrary numeric values. The value of a property
of this type is a Number.
A possible value of the IProperty.type property, used for
properties that contain arbitrary string values. The value of a property
of this type is a String.
A possible value of the IProperty.type property, used for
properties that contain undefined values. The value of a property
of this type is not specified.
public static const UNSIGNED_INTEGER:String = UNSIGNED_INTEGER
Language Version :
ActionScript 3.0
Product Version :
Portfolio 10.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
A possible value of the IProperty.type property, used for
properties that contain arbitrary unsigned integer values. The value of a property
of this type is a uint.
A possible value of the IProperty.type property, used for
properties that contain arbitrary binary references. The value of a property
of this type is a String representing a URL to the referenced data.