mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 05:41:56 +00:00
Add 'trigger' attribute to WSMessage
This commit is contained in:
parent
477ea8b03a
commit
6bdc3061cc
@ -1,4 +1,5 @@
|
|||||||
export class WSMessage<T> {
|
export class WSMessage<T> {
|
||||||
key: string;
|
key: string;
|
||||||
|
trigger?: string;
|
||||||
data: T; // TODO: sane annotation
|
data: T; // TODO: sane annotation
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user