Background logs

This commit is contained in:
muzam1l
2022-04-13 16:59:02 +05:30
parent 46e6927c68
commit a33a3eb6e2
5 changed files with 121 additions and 52 deletions

View File

@@ -41,7 +41,8 @@ export interface ILog {
type: "error" | "warning" | "log" | "success";
message: string;
jsonData?: any,
timestamp?: string;
timestring?: string;
timestamp?: number;
link?: string;
linkText?: string;
defaultCollapsed?: boolean