MCP Apps Kit - v0.5.0
    Preparing search index...

    Interface UseFileUploadState

    File upload state

    interface UseFileUploadState {
        error: Error;
        fileId: string;
        isSupported: boolean;
        isUploading: boolean;
    }
    Index

    Properties

    error: Error

    Upload error if any

    fileId: string

    Last uploaded file ID

    isSupported: boolean

    Whether file upload is supported on this platform

    isUploading: boolean

    Whether upload is in progress