@joint/react
    Preparing search index...

    Interface ValidateUnembeddingParams

    Context handed to a ValidateUnembedding callback when an embedded element is dragged out of its parent.

    interface ValidateUnembeddingParams {
        child: { id: ID; model: Element };
        graph: Graph;
        paper: Paper;
    }
    Index

    Properties

    Properties

    child: { id: ID; model: Element }

    The embedded element being dragged out of its parent.

    graph: Graph

    The graph the element belongs to.

    paper: Paper

    The paper the element lives on.