Hiyve Components - v1.0.0
    Preparing search index...

    Resolved file payload returned by resolveFile. Consumers decide how to fetch it (presigned URL, public URL, blob, etc.); the SDK only consumes the resulting URL + content type.

    interface ResolvedEmbedFile {
        contentType?: string;
        url: string;
    }
    Index

    Properties

    Properties

    contentType?: string

    MIME type — the renderer uses this to refine its rendering.

    url: string

    URL the renderer can <img> / <video> / link to.