Sanity Library Reference Docs
    Preparing search index...

    Interface PreviewValue

    interface PreviewValue {
        _createdAt?: string;
        _id?: string;
        _updatedAt?: string;
        description?: string;
        imageUrl?: string;
        media?:
            | string
            | number
            | bigint
            | boolean
            | ReactElement<unknown, string | JSXElementConstructor<any>>
            | Iterable<ReactNode>
            | ReactPortal
            | Promise<AwaitedReactNode>
            | ComponentClass<any, any>
            | FunctionComponent<any>;
        subtitle?: string;
        title?: string;
    }
    Index

    Properties

    _createdAt?: string
    _id?: string
    _updatedAt?: string
    description?: string
    imageUrl?: string
    media?:
        | string
        | number
        | bigint
        | boolean
        | ReactElement<unknown, string | JSXElementConstructor<any>>
        | Iterable<ReactNode>
        | ReactPortal
        | Promise<AwaitedReactNode>
        | ComponentClass<any, any>
        | FunctionComponent<any>
    subtitle?: string
    title?: string