n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Data as prop #67

Open omnikesh opened 4 months ago

omnikesh commented 4 months ago

Is it possible to handle requests manually / pass data as a prop?

Im currently using amplify to handle the authentication on requests. Would be great to be able to return a custom request response via callback or pass the files data as a prop with emits to handle changes

n1crack commented 4 months ago

It is something that is my mind for upcoming versions.

I want to create cancelable events or some functions, which overwrites every request type (index, delete, new folder etc..)

It is quite a task.