Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
filesystem
ParcelFileSystemWatcherServerOptions
Interface ParcelFileSystemWatcherServerOptions
interface
ParcelFileSystemWatcherServerOptions
{
error
:
(
(
message
,
...
args
)
=>
void
)
;
info
:
(
(
message
,
...
args
)
=>
void
)
;
parcelOptions
:
Options
;
verbose
:
boolean
;
}
Index
Properties
error
info
parcel
Options
verbose
Properties
error
error
:
(
(
message
,
...
args
)
=>
void
)
Type declaration
(
message
,
...
args
)
:
void
Parameters
message
:
string
Rest
...
args
:
any
[]
Returns
void
info
info
:
(
(
message
,
...
args
)
=>
void
)
Type declaration
(
message
,
...
args
)
:
void
Parameters
message
:
string
Rest
...
args
:
any
[]
Returns
void
parcel
Options
parcel
Options
:
Options
verbose
verbose
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
error
info
parcel
Options
verbose
Theia TypeDoc
Loading...