Perseus
    Preparing search index...

    Type Alias PerseusInteractionPointElementOptions

    type PerseusInteractionPointElementOptions = {
        color: string;
        coordX: string;
        coordY: string;
    }
    Index

    Properties

    Properties

    color: string

    The color of the point. e.g. "black"

    coordX: string

    The X coordinate of the point

    coordY: string

    The Y coordinate of the point