Appearance
Documentation / @geoverse/editor-core / HttpHistoryStoreOptions
Interface: HttpHistoryStoreOptions
Defined in: packages/editor-core/src/history/http.ts:66
Properties
baseUrl
ts
baseUrl: string;Defined in: packages/editor-core/src/history/http.ts:68
后端基地址(如 /api 或 https://host/api)。末尾斜杠会被规整。
fetch?
ts
optional fetch?: HistoryFetch;Defined in: packages/editor-core/src/history/http.ts:70
注入的 fetch(默认全局 fetch);联调期传 createMockHistoryFetch。
headers?
ts
optional headers?: Record<string, string>;Defined in: packages/editor-core/src/history/http.ts:72
附加请求头(鉴权等)。
