Sanity Library Reference Docs
    Preparing search index...

    Interface ArrayOfObjectsComponentsBeta

    interface ArrayOfObjectsComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        diff?: ComponentType<any>;
        field?: ComponentType<ArrayFieldProps>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<
            ArrayOfObjectsInputProps<{ _key: string }, ArraySchemaType<unknown>>,
        >;
        item?: ComponentType<ObjectItemProps<ObjectItem>>;
        portableText?: { plugins: ComponentType<PortableTextPluginsProps> };
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    annotation?: ComponentType<BlockAnnotationProps>
    block?: ComponentType<BlockProps>
    diff?: ComponentType<any>
    field?: ComponentType<ArrayFieldProps>
    inlineBlock?: ComponentType<BlockProps>
    input?: ComponentType<
        ArrayOfObjectsInputProps<{ _key: string }, ArraySchemaType<unknown>>,
    >
    item?: ComponentType<ObjectItemProps<ObjectItem>>
    portableText?: { plugins: ComponentType<PortableTextPluginsProps> }
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>