TypedValue.type

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

typedValueObject.type

Description

Property; contains the schema associated with the TypedValue object's value.

Example

This example displays null in the Output panel:

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