visualization-tools

Home > @visualization-tools/core > IPlotConstructionOptions

IPlotConstructionOptions interface

Signature:

export interface IPlotConstructionOptions<TPlotRange extends IPlotRange, TUpdateGroup extends IEntityGroup<unknown, TRequiredTraits>, TRequiredTraits> 

Properties

Property Type Description
plotName? string (Optional) Debug identifier.
plotPosition TF32Range2d Position of the plot on the canvas in clip space.
plotRange TPlotRange  
updateGroup TUpdateGroup  

Methods

Method Description
createUpdateStrategy(plot, updateGroup)