Perseus
    Preparing search index...

    Type Alias PerseusInteractionMovablePointElementOptions

    type PerseusInteractionMovablePointElementOptions = {
        constraint: string;
        constraintFn: string;
        constraintXMax: string;
        constraintXMin: string;
        constraintYMax: string;
        constraintYMin: string;
        snap: number;
        startX: string;
        startY: string;
        varSubscript: number;
    }
    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

    snap: number

    The snap resolution when constraint is set to "snap"

    startX: string

    The X position of the point

    startY: string

    The Y position of the point

    varSubscript: number

    Update (Xn, Yn) for n