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