TypedValue.value

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

typedValueObject.value

Description

Property; contains the data value of the TypedValue object.

Example

This example displays true in the Output panel:

var t: TypedValue = new TypedValue (true, "Boolean", null);
trace(t.value);