Creates a new SkipAction for the given relative path.
Path relative to the sync root.
Human-readable explanation for why the file was skipped.
ReadonlyreasonHuman-readable explanation for why the file was skipped.
ReadonlyrelativePath relative to the sync root.
ReadonlysizeSize in bytes of the file, or 0 for metadata-only actions.
ReadonlytypeThe kind of action.
Returns a 'skip' event with the reason message. No I/O is performed.
Whether to simulate the action (unused for no-op).
Optional_signal: AbortSignalUnused abort signal accepted for the shared action interface.
A promise resolving to the sync event produced by the action.
Represents a no-op action for files that do not need syncing.