Fields

@:optionaloptionalkind:Null<WatchKind>

The kind of events of interest. If omitted it defaults to WatchKind.Create | WatchKind.Change | WatchKind.Delete which is 7.

globPattern:GlobPattern

The glob pattern to watch. See {@link GlobPattern glob pattern} for more detail.

Available since

3.17.0 support for relative patterns.

.