-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#63) ### Description of the Changes Add Events (used by kava analytics) #### Resolves: FEC-13725 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
- Loading branch information
1 parent
708cd0a
commit fda4c3a
Showing
4 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
export namespace RelatedEvent { | ||
const RELATED_CLICKED: string; | ||
const RELATED_SELECTED: string; | ||
const RELATED_OPEN: string; | ||
const RELATED_CLOSE: string; | ||
const RELATED_ENTRY_SELECTED: string; | ||
const RELATED_ENTRY_AUTO_PLAYED: string; | ||
const RELATED_GRID_DISPLAYED: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters