visualization-tools

Home > @visualization-tools/core > IWritablePlot

IWritablePlot interface

Mutative methods of a plot.

Signature:

export interface IWritablePlot<TRequiredTraits> 

Methods

Method Description
addEntity(entity)  
addToGroup(entity, group, options) For additional type safety, use the group’s addToGroup method if present.
removeEntity(entity)  
removeFromGroup(entity, group)  
setPlotArea(plotClipSpaceArea)