ICanvasOptions
Represents options for configuring a canvas.
Properties
height?
optionalheight:number
The height of the canvas in pixels.
Defined in
options/interfaces/ICanvasOptions.ts:16
interactive?
optionalinteractive:boolean
Determines whether interactivity is enabled for the canvas.
Defined in
options/interfaces/ICanvasOptions.ts:21
pan?
optionalpan:IPanOptions
The options for configuring the pan behavior of the canvas.
Defined in
options/interfaces/ICanvasOptions.ts:41
pannable?
optionalpannable:boolean
Whether panning is enabled on the canvas.
Defined in
options/interfaces/ICanvasOptions.ts:36
width?
optionalwidth:number
The width of the canvas in pixels.
Defined in
options/interfaces/ICanvasOptions.ts:11
zoom?
optionalzoom:IZoomOptions
The options for configuring the zoom behavior of the canvas.
Defined in
options/interfaces/ICanvasOptions.ts:31
zoomable?
optionalzoomable:boolean
Whether zooming is enabled on the canvas.