@abi-software/flatmap-viewer - v4.3.6
    Preparing search index...

    Type Alias FlatmapLegendEntry

    type FlatmapLegendEntry = {
        border?: string;
        colour: string;
        prompt: string;
        style:
            | "circle"
            | "exoid"
            | "hexagon"
            | "rounded-square"
            | "square"
            | "star";
    }
    Index

    Properties

    border?: string
    colour: string
    prompt: string
    style: "circle" | "exoid" | "hexagon" | "rounded-square" | "square" | "star"