aboutsummaryrefslogtreecommitdiff
path: root/vfs/vfs.d.ts
AgeCommit message (Expand)Author
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
2021-09-05vfs: refactor example to use TypeScript loaded with type="module"Shulhan
2021-08-30vfs: remove WuiVfsNode in favor of WuiVfsNodeInterfaceShulhan
2021-08-29vfs: export the WuiVfsNode classShulhan
2021-08-29vfs: add handler OpenNode to WuiVfsOptionsShulhan
2021-08-29vfs: add content_type to WuiVfsNodeInterface and use single mod_timeShulhan
2021-08-29vfs: simplify the handlers on WuiVfsOptionsShulhan
2021-08-28all: use the WuiResponseInterface for non-void return typeShulhan
2021-08-28all: refactoring to follow the coding style in READMEShulhan
2021-08-28vfs: rename all fields and variables to use snake caseShulhan
2021-08-27vfs: rename onClickPath to OpenPathShulhan
2021-08-27vfs: add parameter is_dir to OnClickNode handlerShulhan
2021-08-15vfs: make the is_dir field on IVfsNode to be optionalShulhan
2021-08-12vfs: add event OnClickNodeShulhan
2021-07-26vfs: implement virtual file system explorerShulhan