📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@public
interface

DocumentLocation

Represents a document location

Import

import {type DocumentLocation} from 'sanity/presentation'

Signature

interface DocumentLocation {
  href: string
  title: string
}

Properties

href: string
href: string
title: string
title: string
sanity@3.79.0