Home > @jsplumbtoolkit/browser-ui > ImageBackgroundOptions
ImageBackgroundOptions interface
Options for an image background
Signature:
export interface ImageBackgroundOptions extends BackgroundOptions
Extends: BackgroundOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
img? | HTMLImageElement | (Optional) For simple backgrounds, the image to use. Optional; you can also supply a url. | |
url? | string | (Optional) URL for the background. When http://foo.com/{z}/{x}/{y} https://bar.com?zoom={z}&x={x}&y={y} etc |