This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

constructor

Property of css/cssom/screencss/cssom/screen

Syntax

var result = element.constructor;
element.constructor = value;

Notes

Remarks

An object’s constructor initializes the object’s properties and provides access to the prototype for the object’s interface object. For more information, see Advanced Object Creation (JScript).

Syntax

See also

Related pages

Attributions