Юниверс DG SDK UI
v2.15.0

Псевдоним типа FileViewerRendererProps

type FileViewerRendererProps = {
    file: Blob;
    fileExtension?: string;
    isMinified?: boolean;
    onContentLoading?: () => void;
    onContentReady?: () => void;
    onError: (errorMessage: string) => void;
}
Индекс

Свойства

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