Perseus
    Preparing search index...

    Type Alias PerseusInteractionMovableLineElementOptions

    type PerseusInteractionMovableLineElementOptions = {
        constraint: string;
        constraintFn: string;
        constraintXMax: string;
        constraintXMin: string;
        constraintYMax: string;
        constraintYMin: string;
        endSubscript: number;
        endX: string;
        endY: string;
        snap: number;
        startSubscript: number;
        startX: string;
        startY: string;
    }
    Index

    Properties

    constraint: string

    How to constrain this line? options "none", "snap", "x", "y"

    constraintFn: string

    The constraint function for when constraint is set to "x" or "y"

    constraintXMax: string

    The highest possible X value

    constraintXMin: string

    The lowest possible X value

    constraintYMax: string

    The highest possible Y value

    constraintYMin: string

    The lowest possible Y value

    endSubscript: number

    End updates (Xm, Ym) for m

    endX: string

    The end of the line segment (X)

    endY: string

    The end of the line segment (Y)

    snap: number

    The snap resolution when constraint is set to "snap"

    startSubscript: number

    Start updates (Xn, Yn) for n

    startX: string

    The start of the line segment (X)

    startY: string

    The start of the line segment (Y)