Strata - v1.4.10
    Preparing search index...

    Interface MinimapMarker

    Definition of an interactive marker on the minimap.

    interface MinimapMarker {
        blinking?: boolean;
        color?: string;
        icon?: string;
        label?: string;
        size?: number;
    }
    Index

    Properties

    blinking?: boolean

    Whether the marker should pulse or blink.

    color?: string

    Color for the marker indicator.

    icon?: string

    Path to an icon image.

    label?: string

    Text label to show on hover or next to marker.

    size?: number

    Size of the marker in pixels.