[]
Viewer.HistoryApi
History api
▸ canMoveNext(): boolean
Gets true if history contains any "forward" actions.
boolean
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:64
▸ canMovePrev(): boolean
Gets true if history contains any action that could be rolled back.
boolean
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:66
▸ clear(): void
Clears all page navigation events from history.
void
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:62
▸ moveNext(): void
Navigates to a next item in the browsing history.
void
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:58
▸ movePrev(): void
Navigates to previously stored state.
void
node_modules/@grapecity/ar-js-viewer/dist/ar-js-viewer.d.ts:60