iink-ts - v3.2.1
    Preparing search index...

    Type Alias JIIXV2PrimitiveLine

    type JIIXV2PrimitiveLine = {
        endDecoration?: string;
        startDecoration?: string;
        type: "line";
        x1: number;
        x2: number;
        y1: number;
        y2: number;
    }
    Index

    Properties

    endDecoration?: string
    startDecoration?: string
    type: "line"
    x1: number
    x2: number
    y1: number
    y2: number