ViewStateResult
Official
The result of the view state.
Import:
import type { ViewStateResult } from 'obsidian';Signature:
export interface ViewStateResultProperties
| Property | Type | Description | |
|---|---|---|---|
| history | boolean | Set this to true to indicate that there is a state change which should be recorded in the navigation history. |