Home > @jsplumbtoolkit/browser-ui-plugin-background > BackgroundTypes
BackgroundTypes enum
Warning: This API is now obsolete.
Use the
typemember of the specific background you want, egTiledBackground.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
| Member | Value | Description |
|---|---|---|
| grid | "grid" | |
| simple | "simple" | |
| tiled | "tiled" |