Interface SurfaceComponentRef

Reference to a SurfaceComponent. Offers methods to get the underlying surface and JsPlumb instance.

interface SurfaceComponentRef {
    getJsPlumb: (() => BrowserUIReact);
    getSurface: (() => Surface);
}

Properties

getJsPlumb: (() => BrowserUIReact)

Gets the underlying JsPlumb instance.

getSurface: (() => Surface)

Gets the Surface canvas component.

Version :