Search
    Preparing search index...
    type FileViewerRendererProps = {
        file: Blob;
        fileExtension?: string;
        isMinified?: boolean;
        onContentLoading?: () => void;
        onContentReady?: () => void;
        onError: (errorMessage: string) => void;
    }
    Index

    Properties

    file: Blob
    fileExtension?: string
    isMinified?: boolean
    onContentLoading?: () => void
    onContentReady?: () => void
    onError: (errorMessage: string) => void