CellVisibilityParams
Context handed to a CellVisibility callback each time the paper decides whether to render a cell.
Properties​
graph​
readonly graph: Graph;
The graph the cell belongs to.
isMounted​
readonly isMounted: boolean;
Whether the cell currently has a view mounted in the paper.
model​
readonly model: Cell;
The cell whose visibility is being decided.
paper​
readonly paper: Paper;
The paper rendering the cell.