Analytics for target mode
Reviewed By: antonk52 Differential Revision: D47757367 fbshipit-source-id: f6ce53a1edc3095a488097e304d3774b0702185b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c1a99a8a52
commit
b47c88f2b5
@@ -52,6 +52,10 @@ type TrackerEvents = {
|
||||
name: string;
|
||||
tags: Tag[];
|
||||
};
|
||||
'target-mode-switched': {
|
||||
on: boolean;
|
||||
};
|
||||
'target-mode-adjusted': {};
|
||||
};
|
||||
|
||||
export interface Tracker {
|
||||
|
||||
Reference in New Issue
Block a user