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

    State for the file viewer overlay.

    interface FileViewerState {
        error: string | null;
        file: FileEntry | null;
        fileUrl: string;
        loading: boolean;
        open: boolean;
    }
    Index

    Properties

    error: string | null

    Error message if loading failed

    file: FileEntry | null

    Currently viewed file

    fileUrl: string

    Presigned URL for file content

    loading: boolean

    Whether file is loading

    open: boolean

    Whether viewer is open