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

StructureNode

Interface for the structure builder node.

Import

import {type StructureNode} from 'sanity/structure'

Signature

interface StructureNode {
  i18n?: I18nTextRecord<'title'>
  id: string
  title?: string
  type?: string
}

Properties

i18n?: I18nTextRecord<'title'>
i18n?: I18nTextRecord<'title'>
id: string
id: string

Node ID

title?: string
title?: string

Node ID

type?: string
type?: string

Node type

sanity@3.79.0