Re-implement action message on cowebsite trigger

This commit is contained in:
Alexis Faizeau
2022-02-07 11:21:04 +01:00
parent 862c502bea
commit 9571a52f1e
3 changed files with 98 additions and 19 deletions
+1
View File
@@ -13,5 +13,6 @@ export enum DivImportance {
}
export const ON_ACTION_TRIGGER_BUTTON = "onaction";
export const ON_ICON_TRIGGER_BUTTON = "onicon";
export type Box = { xStart: number; yStart: number; xEnd: number; yEnd: number };