@joint/react
    Preparing search index...

    Interface PortalSelectorParams

    Context passed to a PortalSelector callback.

    interface PortalSelectorParams {
        graph: Graph;
        model: Cell<Attributes<Selectors>, ModelSetOptions> & PortalHostCell;
        paper: Paper;
    }
    Index

    Properties

    Properties

    graph: Graph

    The graph instance.

    model: Cell<Attributes<Selectors>, ModelSetOptions> & PortalHostCell

    The cell model. Has a portalSelector field when it opts into portal rendering.

    paper: Paper

    The paper instance.