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