Home > @jsplumbtoolkit/browser-ui > JsPlumbListOptions
JsPlumbListOptions interface
Constructor options for a list.
Signature:
export interface JsPlumbListOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
anchor? | AnchorSpec | (Optional) Optional spec for the anchor to use when parking connections in response to a scroll. | |
deriveAnchor? | (edge: SupportedEdge, index: number, ep: Endpoint, conn: Connection) => AnchorSpec | (Optional) Optional function to use to get an anchor spec when parking a connection. | |
deriveEndpoint? | (edge: SupportedEdge, index: number, ep: Endpoint, conn: Connection) => EndpointSpec | (Optional) Optional function to use to get an endpoint spec when parking a connection. | |
endpoint? | EndpointSpec | (Optional) Optional spec for the endpoint to use when parking connections in response to a scroll. |