Skip to main content

Home > @jsplumbtoolkit/browser-ui > Ingester

Ingester class

Manages an ingested community edition instance. This class is the return value of the ingest method, and the main piece of interest to a user is the Surface member, which is an IngestedSurface - a subclass of Surface which contains an importNode method, that can be used in place of the manage method in the Community instance.

Signature:

export declare class Ingester 

Constructors

ConstructorModifiersDescription
(constructor)(params, toolkit, templateRenderer)Constructs a new instance of the Ingester class

Properties

PropertyModifiersTypeDescription
connsConnectionSelection
jsplumbBrowserJsPlumbInstance
paramsIngestOptions
portEndpointMappingsArray<any>
surfaceIngestedSurface
toolkitBrowserUIBase

Methods

MethodModifiersDescription
render(ingester, container, options, templateRenderer)static