iink-ts - v4.0.0
    Preparing search index...

    Type Alias TJIIXV2EllipseBase<K>

    TJIIXV2EllipseBase: TJIIXV2ShapeItemBase<Ellipse | Circle> & {
        cx: number;
        cy: number;
        id: string;
        kind: K;
        orientation: number;
        rx: number;
        ry: number;
        type: string;
    }

    Type Parameters