Variable WatchPluginConst
WatchPlugin: { methods: { emit: { I: typeof Event; O: typeof Empty; kind: Unary; name: "Emit"; }; }; typeName: "v1.WatchPlugin"; } = ... Type declaration
Readonly
methods: {
emit: {
I: typeof Event;
O: typeof Empty;
kind: Unary;
name: "Emit";
};
}
Readonly
emit: {
I: typeof Event;
O: typeof Empty;
kind: Unary;
name: "Emit";
}
Readonly
I: typeof Event
Readonly
O: typeof Empty
Readonly
kind: Unary
Readonly
name: "Emit"
Readonly
typeName: "v1.WatchPlugin"
WatchPlugin is the service definition for a Webmesh watch plugin.