HistoryMode
What history a lifecycle result actually served. Open on the client side: report-what-was-served means a client treats an unknown mode as “page it yourself”.
Fields and variants
Section titled “Fields and variants”"anchoredSnapshot""inline""none""snapshot"
Source
schema/msp/experimental/msp.schema.json#/types/HistoryMode
{ "description": "What history a lifecycle result actually served. Open on the\nclient side: report-what-was-served means a client treats an unknown mode\nas \"page it yourself\".", "enum": [ "anchoredSnapshot", "inline", "snapshot", "none" ], "type": "string", "x-msp-openness": "open"}