Sanity Library Reference Docs
    Preparing search index...

    Interface FieldGroup

    interface FieldGroup {
        default?: boolean;
        description?: string;
        fields?: ObjectField<SchemaType>[];
        hidden?: ConditionalProperty;
        i18n?: I18nTextRecord<"title">;
        icon?: ComponentType;
        name: string;
        title?: string;
    }
    Index

    Properties

    default?: boolean
    description?: string
    i18n?: I18nTextRecord<"title">
    icon?: ComponentType
    name: string
    title?: string