Skip to content
Tauri

WatchEventKindModify

WatchEventKindModify = { kind: "any"; } | { kind: "data"; mode: "any" | "size" | "content" | "other"; } | { kind: "metadata"; mode: "any" | "access-time" | "write-time" | "permissions" | "ownership" | "extended" | "other"; } | { kind: "rename"; mode: "any" | "to" | "from" | "both" | "other"; } | { kind: "other"; }

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

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT