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
Optional
z: CSSNumberish
Returns CSSScale
prototype: CSSScale