Skip to main content

Home > @jsplumb/core > Connectors

Connectors variable#

Signature:

Connectors: {    get: (connection: Connection<any>, name: string, params: any) => AbstractConnector;    register: (name: string, conn: Constructable<AbstractConnector>) => void;}