src/watch

On This Page
Watchwatch

Watch

class Watch 

watch

public async watch(
        path: string,        queryParams: Record<string, string | number | boolean | undefined>,        callback: (phase: string, apiObj: any, watchObj?: any) => void,        done: (err: any) => void,    ): Promise<AbortController> 
Start typing to search the documentation Press ESC to close