Skip to content

SimpleNodeData

SimpleNodeData<Data> = Pick<SimpleNode<Data>, "type" | "data" | "resizable" | "rotatable" | "size" | "angle" | "autoSize" | "zOrder">

Data structure for node palette items. Contains the essential properties needed to create a fully configured node from the palette.

Data extends object = BasePaletteItemData