#255 - Implemented placeholder logic for WV to backend communication

This commit is contained in:
Elio Struyf
2022-02-17 18:43:49 -08:00
parent 8d705ff6c5
commit 4c8ecdb344
7 changed files with 371 additions and 300 deletions
+1
View File
@@ -31,4 +31,5 @@ export enum CommandToCode {
frameworkCommand = "framework-command",
updateStartCommand = "update-start-command",
getImageUrl = "get-image-url",
updatePlaceholder = "update-placeholder",
}