forked from mystiq/hydrogen-web
add event prop on entry
This commit is contained in:
parent
e06cb1eb5f
commit
8e5d5db32b
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ export class EventEntry extends BaseEntry {
|
||||||
this._isEncrypted = false;
|
this._isEncrypted = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get event() {
|
||||||
|
return this._eventEntry.event;
|
||||||
|
}
|
||||||
|
|
||||||
get fragmentId() {
|
get fragmentId() {
|
||||||
return this._eventEntry.fragmentId;
|
return this._eventEntry.fragmentId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue