KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
WatcherOptions
Interface WatcherOptions
interface
WatcherOptions
{
buildDelay
?:
number
;
clearScreen
?:
boolean
;
exclude
?:
StringOrRegExp
|
StringOrRegExp
[]
;
include
?:
StringOrRegExp
|
StringOrRegExp
[]
;
notify
?:
{
compareContents
?:
boolean
;
pollInterval
?:
number
}
;
onInvalidate
?:
(
id
:
string
)
=>
void
;
skipWrite
?:
boolean
;
}
Index
Properties
build
Delay?
clear
Screen?
exclude?
include?
notify?
on
Invalidate?
skip
Write?
Properties
Optional
build
Delay
buildDelay
?:
number
Optional
clear
Screen
clearScreen
?:
boolean
Optional
exclude
exclude
?:
StringOrRegExp
|
StringOrRegExp
[]
Optional
include
include
?:
StringOrRegExp
|
StringOrRegExp
[]
Optional
notify
notify
?:
{
compareContents
?:
boolean
;
pollInterval
?:
number
}
Optional
on
Invalidate
onInvalidate
?:
(
id
:
string
)
=>
void
Optional
skip
Write
skipWrite
?:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
build
Delay
clear
Screen
exclude
include
notify
on
Invalidate
skip
Write
Github
KC's Workspace
Loading...