Sanity Library Reference Docs
    Preparing search index...

    Interface FormComponentsBeta

    interface FormComponents {
        annotation?: ComponentType<BlockAnnotationProps>;
        block?: ComponentType<BlockProps>;
        field?: ComponentType<FieldProps>;
        inlineBlock?: ComponentType<BlockProps>;
        input?: ComponentType<InputProps>;
        item?: ComponentType<ItemProps>;
        portableText?: { plugins?: ComponentType<PortableTextPluginsProps> };
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    annotation?: ComponentType<BlockAnnotationProps>
    block?: ComponentType<BlockProps>
    field?: ComponentType<FieldProps>
    inlineBlock?: ComponentType<BlockProps>
    input?: ComponentType<InputProps>
    item?: ComponentType<ItemProps>
    portableText?: { plugins?: ComponentType<PortableTextPluginsProps> }
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>