@karmaniverous/jeeves-watcher
GitHub
Preparing search index...
index
WatchEvent
Type Alias WatchEvent
A watch event.
type
WatchEvent
=
{
path
:
string
;
priority
:
"normal"
|
"low"
;
type
:
"create"
|
"modify"
|
"delete"
;
}
Index
Properties
path
priority
type
Properties
path
path
:
string
File path associated with the event.
priority
priority
:
"normal"
|
"low"
Event priority.
type
type
:
"create"
|
"modify"
|
"delete"
Event type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
priority
type
GitHub
@karmaniverous/jeeves-watcher
Loading...
A watch event.