WebIDLpedia

DOMPointInit dictionary

Definition

Geometry Interfaces Module Level 1 defines DOMPointInit



dictionary DOMPointInit {
    unrestricted double x = 0;
    unrestricted double y = 0;
    unrestricted double z = 0;
    unrestricted double w = 1;
};

Referring IDL interfaces/dictionaries

Referring specifications