Variable CSSScale
CSSScale: {
prototype: CSSScale;
new (x: CSSNumberish, y: CSSNumberish, z?: CSSNumberish): CSSScale;
}
prototype: CSSScale;
new (x: CSSNumberish, y: CSSNumberish, z?: CSSNumberish): CSSScale;
}
Type declaration
- new (x: CSSNumberish, y: CSSNumberish, z?: CSSNumberish): CSSScale
- Parameters- x: CSSNumberish
- y: CSSNumberish
- Optionalz: CSSNumberish
 - Returns CSSScale
 
- prototype: CSSScale