Skip to main content

Home > @jsplumbtoolkit/browser-ui-angular > AngularRenderOptions

AngularRenderOptions interface

Render options for a Surface when used with Angular integration. Some values from the original SurfaceRenderOptions are not relevant.

Signature:

export interface AngularRenderOptions extends Pick<SurfaceRenderOptions, Exclude<keyof SurfaceRenderOptions, ["view", "tags", "container", "directRender", "storePositionsInModel"]>> 

Extends: Pick<SurfaceRenderOptions, Exclude<keyof SurfaceRenderOptions, ["view", "tags", "container", "directRender", "storePositionsInModel"]>>