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
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params, toolkit, templateRenderer) | Constructs a new instance of the Ingester class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| conns | ConnectionSelection | ||
| jsplumb | BrowserJsPlumbInstance | ||
| params | IngestOptions | ||
| portEndpointMappings | Array<any> | ||
| surface | IngestedSurface | ||
| toolkit | BrowserUIBase |
Methods
| Method | Modifiers | Description |
|---|---|---|
| render(ingester, container, options, templateRenderer) | static |