Sanity Library Reference Docs
    Preparing search index...

    Interface FormFieldGroupBeta

    interface FormFieldGroup {
        disabled?: boolean;
        i18n?: I18nTextRecord<"title">;
        icon?: ComponentType;
        name: string;
        selected?: boolean;
        title?: string;
    }
    Index

    Properties

    disabled?: boolean
    i18n?: I18nTextRecord<"title">
    icon?: ComponentType
    name: string
    selected?: boolean
    title?: string