Home > @jsplumbtoolkit/browser-ui > 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) | |
type | string | Type of background to render. | |
visible? | boolean | (Optional) Whether or not the background should initially be visible. Defaults to true. |