Skip to main content

Home > @jsplumb/browser-ui-lists

browser-ui-lists package#

This package is a list manager that works with the browser-ui renderer.

Classes#

ClassDescription
JsPlumbListModels a list of elements that is scrollable, and connections to the elements contained in the list are proxied onto the top of bottom edge of the list element whenever their source/target is not within the list element's current viewport.
JsPlumbListManagerProvides methods to create/destroy scrollable lists.

Enumerations#

EnumerationDescription
SupportedEdge

Functions#

FunctionDescription
newInstance(instance, params)

Interfaces#

InterfaceDescription
JsPlumbListOptionsConstructor options for a list.
ListManagerOptions

Variables#

VariableDescription
ATTR_SCROLLABLE_LIST
DEFAULT_LIST_OPTIONS
EVENT_SCROLL
SELECTOR_SCROLLABLE_LIST