halo - v1.0.0
    Preparing search index...

    Interface InlineData

    Represents the data required to upload a file inline.

    interface InlineData {
        inlineData: string;
        mimeType: string;
    }
    Index

    Properties

    Properties

    inlineData: string

    The base64 encoded string of the file content.

    mimeType: string

    The MIME type of the file.