types.ui.editor.nodes.IBaseNode - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IBaseNode

editor.nodes.IBaseNode

Information of a base node in a graph.

Properties

category

Optional category: VALID_NODES


color

Optional color: string


group

Optional group: string | number


isGroup

Optional isGroup: boolean


key

key: string | number


location

location: Object

Type declaration

Name Type
x number
y number

size

Optional size: Object

Type declaration

Name Type
height number
width number