@joint/react
    Preparing search index...

    Interface MeasureNodeOptions

    interface MeasureNodeOptions {
        setSize?: OnSetSize;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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})