@joint/react
    Preparing search index...

    Interface MeasuredNodeProps

    interface MeasuredNodeProps {
        children: ReactNode;
        setSize?: OnSetSize;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children: ReactNode

    The child element to measure. It can be only HTML or SVG element.

    setSize?: OnSetSize

    Overwrite default node set function with custom handling. Useful for adding another padding, or just check element size.

    it sets element via cell.set('size', {width, height})