Interface BackendEvents
interface BackendEvents {
"platform:appliedconfig": null;
"platform:assetpackcontrol.update": { assetpacks: string[] };
"system:managedtasks.any.new": { taskids: number[] };
"system:modulesupdate": null;
"tollium:oauth_response": {
error: string;
expires: Date;
responseid: string;
responsetype: string;
scopes: string[];
token: string;
version: number;
};
}
"platform:appliedconfig": null;
"platform:assetpackcontrol.update": { assetpacks: string[] };
"system:managedtasks.any.new": { taskids: number[] };
"system:modulesupdate": null;
"tollium:oauth_response": {
error: string;
expires: Date;
responseid: string;
responsetype: string;
scopes: string[];
token: string;
version: number;
};
}
Properties
platform:appliedconfig
"platform:appliedconfig": null
platform:assetpackcontrol.update
"platform:assetpackcontrol.update": { assetpacks: string[] }
system:managedtasks.any.new
"system:managedtasks.any.new": { taskids: number[] }
system:modulesupdate
"system:modulesupdate": null
tollium:oauth_ response
"tollium:oauth_response": {
error: string;
expires: Date;
responseid: string;
responsetype: string;
scopes: string[];
token: string;
version: number;
}
error: string;
expires: Date;
responseid: string;
responsetype: string;
scopes: string[];
token: string;
version: number;
}
Extend this interface to register broadcast event formats