MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / ScaleEvent

Interface ScaleEvent

typings/SafeScaleManager.d.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface ScaleEvent {
18 width: number;
19 height: number;
20 scale: Point;
21 scaleRatio: number;
22 viewArea: ViewAreaRect;
23}
24
25export type ScaleCallback = (event:ScaleEvent) => void;
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected