maplibregl-recorder
    Preparing search index...

    Type Alias NewOp

    NewOp: TimelineEntry & {
        a: SerializedValue[];
        c: string;
        err?: string;
        k: "new";
        o: string;
    }

    Construction of a recorded object.

    Type Declaration

    • a: SerializedValue[]

      Serialized constructor arguments.

    • c: string

      Class name.

    • Optionalerr?: string

      Error thrown by the constructor, if any.

    • k: "new"
    • o: string

      Identifier of the object, e.g. map#1.