Skip to content

Documentation / @finchart/tools / DrawingsChange

Interface: DrawingsChange

Defined in: tools/src/tools.ts:125

목록이 왜 바뀌었나. 드래그는 옮기는 동안 pointermove마다 울리므로, 듣는 쪽이 그것만 디바운스할 수 있게 따로 구분한다.

Properties

reason

reason: "add" | "remove" | "move" | "clear" | "load"

Defined in: tools/src/tools.ts:126