Waze Map Editor JavaScript SDK
    Preparing search index...

    Type Alias SaveMode

    SaveMode: "DISALLOWED" | "EDITING" | "IDLE" | "SUGGESTING"

    The save mode indicates whether the next changes the user preforms will be saved or sent for review (a suggestion).

    • IDLE: Initial state; outcome (save vs suggestion) not yet determined.
    • EDITING: Actions will be saved directly.
    • SUGGESTING: Actions will be submitted as suggestions for review.
    • DISALLOWED: Saving actions or suggestions is currently blocked.