Editor Scripting API
Lens Scripting API
Guide Docs
Preparing search index...
Editor Scripting
LensStudio:FileSystem
Watcher
Class Watcher
Hierarchy (
View Summary
)
ScriptObject
Watcher
Index
Properties
is
Watching
on
Added
on
Modified
on
Moved
on
Removed
path
Methods
create
get
Type
Name
is
Of
Type
is
Same
start
stop
Properties
Readonly
is
Watching
isWatching
:
boolean
Readonly
on
Added
onAdded
:
signal1
<
Path
,
void
>
Readonly
on
Modified
onModified
:
signal1
<
Path
,
void
>
Readonly
on
Moved
onMoved
:
signal2
<
Path
,
Path
,
void
>
Readonly
on
Removed
onRemoved
:
signal1
<
Path
,
void
>
Readonly
path
path
:
Path
Methods
Static
create
create
(
path
:
Path
)
:
Watcher
Parameters
path
:
Path
Returns
Watcher
get
Type
Name
getTypeName
()
:
string
Returns
string
is
Of
Type
isOfType
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
is
Same
isSame
(
other
:
ScriptObject
)
:
boolean
Parameters
other
:
ScriptObject
Returns
boolean
start
start
()
:
void
Returns
void
stop
stop
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Private
Theme
OS
Light
Dark
On This Page
Properties
is
Watching
on
Added
on
Modified
on
Moved
on
Removed
path
Methods
create
get
Type
Name
is
Of
Type
is
Same
start
stop
Lens Scripting API
Guide Docs
Editor Scripting API
Loading...