Custom Ports
Custom port widgets
<PortWidget
port={this.props.node.getPort("in"}
engine={this.props.engine} >
<div
style={{
width: 40,
height: 40,
background: 'orange'
}}
/>
</PortWidget>Specifying alignment

Specifying if a link can be connected
Specifying what type of link is generated from a port
Last updated
Was this helpful?