@public
interface
PresentationStateParams
Presentation specific state that is stored in the pathname section of the URL
Import
import {type PresentationStateParams} from 'sanity/presentation'
Signature
interface PresentationStateParams {
id?: string
path?: string
type?: string
}
Properties
id?: string
id?: string
path?: string
path?: string
type?: string
type?: string