Sanity Library Reference Docs
    Preparing search index...

    Interface StructureNode

    Interface for the structure builder node.

    interface StructureNode {
        id: string;
        title?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Node ID

    title?: string

    Node ID

    type?: string

    Node type