Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WatcherScriptModule

A file system watcher script module

Hierarchy

  • WatcherScriptModule

Index

Methods

Methods

execute

  • Executes the script.

    Parameters

    • path: string

      The path of the underliyng file system item.

    • event: string

      The name of the event.

    • ctx: CommandExecuteContext

      The execution context.

    Returns void | PromiseLike<void>

Generated using TypeDoc