On this page
Properties

Type Alias Rect

type Rect = {
    h: number;
    w: number;
    x: number;
    y: number;
}
Index

Properties

h w x y

Properties

h: number
w: number
x: number
y: number
Was this helpful?
SDK JS
Reference
Rect