Home > @jsplumbtoolkit/browser-ui-plugin-background > BackgroundOptions
BackgroundOptions interface
Base options for background
Signature:
export interface BackgroundOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| onBackgroundReady? | OnBackgroundReadyCallback | (Optional) Optional function to call when the image has loaded (or otherwise claims to be ready) | |
| visible? | boolean | (Optional) Whether or not the background should initially be visible. Defaults to true. |