Sanity Library Reference Docs
    Preparing search index...

    Interface Divider

    A Divider is a visual separator in the structure tree.

    interface Divider {
        i18n?: I18nTextRecord<"title">;
        id: string;
        title?: string;
    }
    Index

    Properties

    Properties

    i18n?: I18nTextRecord<"title">

    The i18n key and namespace used to populate the localized title

    id: string

    The divider's ID

    title?: string

    The divider's title