@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias FsWatchParams

    Start filesystem watch notifications for an absolute path.

    type FsWatchParams = {
        path: AbsolutePathBuf;
        watchId: string;
    }
    Index

    Properties

    Properties

    Absolute file or directory path to watch.

    watchId: string

    Connection-scoped watch identifier used for fs/unwatch and fs/changed.