Sanity Library Reference Docs
    Preparing search index...

    Interface BaseView

    Interface for base view

    interface BaseView {
        icon?: ReactNode | ComponentType<{}>;
        id: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    icon?: ReactNode | ComponentType<{}>

    View Icon

    id: string

    View id

    title: string

    View Title