Sanity Library Reference Docs
    Preparing search index...

    Interface GeopointDefinition

    interface GeopointDefinition {
        components?: GeopointComponents;
        deprecated?: DeprecatedProperty;
        description?: string | Element;
        hidden?: ConditionalProperty;
        icon?: ReactNode | ComponentType<{}>;
        initialValue?: InitialValueProperty<any, Omit<GeopointValue, "_type">>;
        name: string;
        options?: GeopointOptions;
        readOnly?: ConditionalProperty;
        title?: string;
        type: "geopoint";
        validation?: ValidationBuilder<GeopointRule, GeopointValue>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    components?: GeopointComponents
    deprecated?: DeprecatedProperty
    description?: string | Element
    icon?: ReactNode | ComponentType<{}>
    initialValue?: InitialValueProperty<any, Omit<GeopointValue, "_type">>
    name: string
    options?: GeopointOptions
    title?: string
    type: "geopoint"