Class TemporaryCellStates
Constructors
constructor
- new TemporaryCellStates(view, scale?, cells, isCellVisibleFn?, getLinkForCellState?): TemporaryCellStates
Parameters
- view: GraphView
- scale: number = 1
- cells: Cell[]
- isCellVisibleFn: null | Function = null
- getLinkForCellState: null | Function = null
Properties
oldDoRedrawShape
oldDoRedrawShape: ((state: CellState) => void) oldValidateCellState
oldValidateCellState: ((cell: null | Cell,
recurse?: boolean) => null | CellState) Methods
destroy
- destroy(): void
Returns void
Creates a temporary set of cell states.