@joint/react
    Preparing search index...

    Interface ElementsMeasuredParams

    Payload passed to the useOnElementsMeasured callback after a measurement pass.

    interface ElementsMeasuredParams {
        graph: Graph;
        isInitial: boolean;
        paper: Paper;
    }
    Index

    Properties

    Properties

    graph: Graph

    The graph model associated with the paper.

    isInitial: boolean

    True on the first measurement pass (at least one element has been sized).

    paper: Paper

    The paper this hook is bound to (the surrounding <Paper> context, or the paper passed via paperTarget).