Theia API Documentation v1.71.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
MainFileSystemEventServiceShape
Interface MainFileSystemEventServiceShape
interface
MainFileSystemEventServiceShape
{
$unwatch
(
session
:
number
)
:
void
;
$watch
(
session
:
number
,
resource
:
UriComponents
,
opts
:
WatchOptions
)
:
void
;
}
Index
Methods
$unwatch
$watch
Methods
$unwatch
$unwatch
(
session
:
number
)
:
void
Parameters
session
:
number
Returns
void
$watch
$watch
(
session
:
number
,
resource
:
UriComponents
,
opts
:
WatchOptions
)
:
void
Parameters
session
:
number
resource
:
UriComponents
opts
:
WatchOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$unwatch
$watch
Eclipse Theia Website
GitHub
Theia API Documentation v1.71.0
Loading...