📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@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
sanity@3.79.0