maplibregl-recorder
    Preparing search index...

    Type Alias EventOp

    EventOp: TimelineEntry & {
        e: string;
        k: "event";
        msg?: string;
        o: string;
        u: boolean;
    }

    A map event, kept as an annotation.

    Type Declaration

    • e: string

      Event name.

    • k: "event"
    • Optionalmsg?: string

      Extra detail, e.g. the text of an error event.

    • o: string

      Identifier of the map that fired it.

    • u: boolean

      Whether it was caused by a user gesture.