Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WatchOfConfigFile<T>

Creates the watch what generates program using the config file

Type parameters

  • T

Hierarchy

  • Watch<T>
    • WatchOfConfigFile

Index

Methods

Methods

close

  • close(): void
  • Closes the watch

    Returns void

getProgram

  • getProgram(): T
  • Synchronize with host and get updated program

    Returns T

Generated using TypeDoc