Perseus
    Preparing search index...

    Type Alias PerseusInteractionLineElementOptions

    type PerseusInteractionLineElementOptions = {
        arrows: string;
        color: string;
        endX: string;
        endY: string;
        startX: string;
        startY: string;
        strokeDasharray: string;
        strokeWidth: number;
    }
    Index

    Properties

    arrows: string

    Does the line have an arrow point to it? options: "", "->"

    color: string

    A color code for the line segment. e.g. "#FFOOAF"

    endX: string

    The end of the line segment (X)

    endY: string

    The end of the line segment (Y)

    startX: string

    The start of the line segment (X)

    startY: string

    The start of the line segment (Y)

    strokeDasharray: string

    If the line stroke has a dash, what is it? options: "", "-", "- ", ".", ". "

    strokeWidth: number

    The thickness of the line