@conciergus/chat - v0.3.1
    Preparing search index...

    Interface FileRendererProps

    Props for custom file renderer

    interface FileRendererProps {
        part: DataPart;
        mode: DataPartDisplayMode;
        onDownload?: () => void;
        onPreview?: () => void;
    }
    Index

    Properties

    part: DataPart

    Data part with file

    Display mode

    onDownload?: () => void

    File download handler

    onPreview?: () => void

    File preview handler