Sanity Library Reference Docs
    Preparing search index...

    Interface FormView

    Interface for form views.

    interface FormView {
        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