StartDragBlockToCanvasQuery

type StartDragBlockToCanvasQuery: object;

Type declaration

c

c: string;

Class name of the block to create

p

p: object;

Additional properties to set on the block being dragged

Index signature

[key: string]: JsonSerializable

s?

optional s: JsonSerializable;

If specified, the stencil for a custom shape. Only valid if the class name is 'CustomBlock'

sz

sz: object;

Size of the block to create

sz.h

h: number;

sz.w

w: number;