Track action usage
This commit is contained in:
@@ -89,6 +89,7 @@ export type ActionContext = {
|
||||
export type Action = {
|
||||
type?: undefined;
|
||||
id: string;
|
||||
analyticsName?: string;
|
||||
name: ((context: ActionContext) => string) | string;
|
||||
section: ((context: ActionContext) => string) | string;
|
||||
shortcut?: string[];
|
||||
|
||||
Reference in New Issue
Block a user