mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 04:45:12 +00:00
Add 'trigger' attribute to WSMessage
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export class WSMessage<T> {
|
||||
key: string;
|
||||
trigger?: string;
|
||||
data: T; // TODO: sane annotation
|
||||
}
|
||||
|
Reference in New Issue
Block a user