Sanity Library Reference Docs
    Preparing search index...

    Interface GeopointComponentsBeta

    interface GeopointComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        diff?: ComponentType<any>;
        field?: ComponentType<ObjectFieldProps<GeopointValue>>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<ObjectInputProps<GeopointValue, ObjectSchemaType>>;
        item?: ComponentType<ObjectItemProps<GeopointValue & ObjectItem>>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    annotation?: ComponentType<BlockAnnotationProps>
    block?: ComponentType<BlockProps>
    diff?: ComponentType<any>
    field?: ComponentType<ObjectFieldProps<GeopointValue>>
    inlineBlock?: ComponentType<BlockProps>
    item?: ComponentType<ObjectItemProps<GeopointValue & ObjectItem>>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>