MAIDR JavaScript API
    Preparing search index...

    Interface WhiskerRequest

    One whisker to draw between a cap and the box it belongs to.

    interface WhiskerRequest {
        cap: SVGElement;
        body: SVGElement;
        vertical: boolean;
    }
    Index

    Properties

    Properties

    cap: SVGElement

    The whisker's end.

    body: SVGElement

    The box the whisker joins, and the element it is inserted beside.

    vertical: boolean

    Whether the box stands upright, so the whisker does too.