MCPcopy Index your code
hub / github.com/dataease/SQLBot / CanvasItem

Interface CanvasItem

frontend/src/utils/canvas.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface CanvasItem {
18 _dragId: string | number
19 x: number
20 y: number
21 sizeX: number
22 sizeY: number
23
24 [key: string]: any
25}
26
27export type CanvasCoord = {
28 x1: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected