Identifies to which class an object belongs.

Property of

All classes except Object.

Description

The baseClassName property identifies the class constructor that originally created the object. Although you may dynamically subclass the object by adding new properties, the baseClassName property does not change.

The baseClassName property is read-only.