interface EventsWithNode {
    nodeChange: ((node: Node) => void);
}

Properties

Properties

nodeChange: ((node: Node) => void)