circu.js
Preparing search index...
fswatch
CModuleFSWatch
FsWatcher
Interface FsWatcher
File system watcher object
interface
FsWatcher
{
"[toStringTag]"
:
"FsWatcher"
;
path
:
string
;
close
()
:
Promise
<
void
>
;
}
Index
Properties
[to
String
Tag]
path
Methods
close
Properties
Readonly
[to
String
Tag]
"[toStringTag]"
:
"FsWatcher"
Readonly
path
path
:
string
Watched file or directory path
Methods
close
close
()
:
Promise
<
void
>
Close file system watcher
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[to
String
Tag]
path
Methods
close
circu.js
Loading...
File system watcher object