Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkitOptions > portOrderProperty

JsPlumbToolkitOptions.portOrderProperty property

The name of a property inside of each port's data that can be used to order the ports. For instance, you might have ports that have a rank property, which is a number. The Toolkit will sort the ports according to the natural ordering of this property.

Signature:

portOrderProperty?: string;