Skip to main content

Home > @jsplumbtoolkit/browser-ui-plugin-background > BackgroundTypes

BackgroundTypes enum

Warning: This API is now obsolete.

Use the type member of the specific background you want, eg TiledBackground.type, GeneratedGridBackground.type, SimpleBackground.type

Available background types. 'simple' is a single image. 'tiled' allows you to serve the image in tiles.

Signature:

export declare enum BackgroundTypes 

Enumeration Members

MemberValueDescription
grid"grid"
simple"simple"
tiled"tiled"