Home > @plasmicapp/watcher > PlasmicRemoteChangeWatcher > (constructor)
PlasmicRemoteChangeWatcher.(constructor)
Constructs a new instance of the PlasmicRemoteChangeWatcher
class
Signature:
constructor(opts: {
projects: {
id: string;
token: string;
}[];
host?: string;
});
Parameters
Parameter | Type | Description |
---|---|---|
opts | { projects: { id: string; token: string; }[]; host?: string; } |