toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
WatchOptions
Watch
Options
sealed
external
interface
WatchOptions
(
source
)
Members
Properties
exclude
Directories
Link copied to clipboard
abstract
var
excludeDirectories
:
ReadonlyArray
<
String
>
?
exclude
Files
Link copied to clipboard
abstract
var
excludeFiles
:
ReadonlyArray
<
String
>
?
fallback
Polling
Link copied to clipboard
abstract
var
fallbackPolling
:
PollingWatchKind
?
synchronous
Watch
Directory
Link copied to clipboard
abstract
var
synchronousWatchDirectory
:
Boolean
?
watch
Directory
Link copied to clipboard
abstract
var
watchDirectory
:
WatchDirectoryKind
?
watch
File
Link copied to clipboard
abstract
var
watchFile
:
WatchFileKind
?
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
CompilerOptionsValue
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
String
,
value
:
CompilerOptionsValue
)