Skip to content
Tauri

WatchEventKindAccess

WatchEventKindAccess = { kind: "any"; } | { kind: "close"; mode: "any" | "execute" | "read" | "write" | "other"; } | { kind: "open"; mode: "any" | "execute" | "read" | "write" | "other"; } | { kind: "other"; }

Defined in: plugins/fs/guest-js/index.ts:1204

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT