OptionalcanvasCanvas height in pixels.
OptionalcanvasCanvas width in pixels.
OptionalcanvasWhether to stroke the canvas wrapper.
OptionalcolorColor scheme for rendering.
OptionalcontentWidth for left-side sequence/domain info.
OptionalcontentWidth for right-side sequence/domain info.
OptionalcontentWidth for sequence information.
OptionalcontentWidth for scoring information.
OptionalcontentWidth of the visualization content.
OptionalcurrentCurrent color value.
OptionalcurrentWhether rendering is disabled.
OptionalcurrentCurrent domain database name.
OptionalfontFont family.
OptionalfontFont size in pixels.
OptionalfontFont weight (likely a typo, should be fontWeight).
OptionaljobJob identifier for the data.
OptionallogWhether to log skipped HSPs.
OptionalmarginMargin space around objects.
OptionalnumberNumber of hits to display.
OptionalnumberNumber of HSPs to display.
OptionalscaleWidth for color score information.
OptionalscaleScale type for visualization.
OptionalscaleWidth of the color scale.
OptionalscoreScore type for visualization.
OptionalstaticWhether to use a static canvas (no interactivity).
OptionalstrokeDash array for strokes.
OptionalstrokeStroke width in pixels.
Interface defining global rendering options for a Fabric.js canvas. RenderOptions
Description
Configures rendering parameters for a Fabric.js canvas, used in BasicCanvasRenderer. All width and height values are in pixels (px).
See
BasicCanvasRenderer - Class utilizing these options.