MobX RESTful table - v2.7.2
    Preparing search index...

    Interface FilePickerProps

    interface FilePickerProps {
        onView?: (data: Pick<FilePreviewProps, "path" | "file">) => void;
    }

    Hierarchy

    • FormComponentProps<string | File>
      • FilePickerProps
    Index
    onView?: (data: Pick<FilePreviewProps, "path" | "file">) => void