Interface SurfaceComponentProps

Supported props for the SurfaceComponent.

interface SurfaceComponentProps {
    data?: any;
    renderOptions?: Vue3RenderOptions;
    surfaceId?: string;
    url?: string;
    view?: Vue3SurfaceViewOptions;
}

Properties

data?: any

Optional dataset to load.

renderOptions?: Vue3RenderOptions

Parameters to configure the underlying surface.

surfaceId?: string

ID of the surface to attach to. This is optional; JsPlumb will use the default surface ID if you do not provide this. For apps where there's only one surface there is no need to provide this.

url?: string

Optional url for a dataset to load.

Mapping of model object types to components and behaviour

Version :