Sanity Library Reference Docs
    Preparing search index...

    Interface SlugComponentsBeta

    interface SlugComponents {
        diff?: ComponentType<any>;
        field?: ComponentType<ObjectFieldProps<SlugValue>>;
        input?: ComponentType<ObjectInputProps<SlugValue, ObjectSchemaType>>;
        item?: ComponentType<ObjectItemProps<SlugValue & ObjectItem>>;
        preview?: ComponentType<PreviewProps<PreviewLayoutKey>>;
    }
    Index

    Properties

    diff?: ComponentType<any>
    field?: ComponentType<ObjectFieldProps<SlugValue>>
    item?: ComponentType<ObjectItemProps<SlugValue & ObjectItem>>
    preview?: ComponentType<PreviewProps<PreviewLayoutKey>>