Copy diagnostics
Summary: Track copy events, both names and inline attributes. Reviewed By: LukeDefeo Differential Revision: D44297218 fbshipit-source-id: 5d2b1f2f4fa59d4a86e9e2ae1aa883712ceccb8c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
583eabdd79
commit
c2e41cd095
@@ -32,6 +32,14 @@ type TrackerEvents = {
|
||||
};
|
||||
'node-selected': NodeEventPayload;
|
||||
'node-focused': NodeEventPayload;
|
||||
'context-menu-name-copied': {
|
||||
name: string;
|
||||
};
|
||||
'context-menu-copied': {
|
||||
name: string;
|
||||
key: string;
|
||||
value: string;
|
||||
};
|
||||
};
|
||||
|
||||
export interface Tracker {
|
||||
|
||||
Reference in New Issue
Block a user