Perseus
    Preparing search index...

    Type Alias PerseusInteractionRectangleElementOptions

    type PerseusInteractionRectangleElementOptions = {
        color: string;
        coordX: string;
        coordY: string;
        height: string;
        width: string;
    }
    Index

    Properties

    color: string

    The fill color. e.g. "#EDD19B"

    coordX: string

    The lower left point X

    coordY: string

    The lower left point Y

    height: string

    The height of the rectangle

    width: string

    The width of the rectangle