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

    Interface UseChatNoteSaveResult

    Return type for the useChatNoteSave hook.

    interface UseChatNoteSaveResult {
        error: string | null;
        fileId: string | null;
        isSaving: boolean;
        lastSaved: Date | null;
    }
    Index

    Properties

    error: string | null

    Last save error message

    fileId: string | null

    Current file ID (null if not yet saved)

    isSaving: boolean

    Whether a save is in progress

    lastSaved: Date | null

    Last successful save timestamp