Skip to content

Commit 21a5dda

Browse files
fix: regenerate action types
1 parent 16f7af7 commit 21a5dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/analytics-controller/src/AnalyticsController-method-action-types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export type AnalyticsControllerIdentifyAction = {
2828
};
2929

3030
/**
31-
* Track a page view.
31+
* Track a page or screen view.
3232
*
33-
* @param name - The name of the UI item being viewed (pages for web, screen for mobile)
34-
* @param properties - UI item properties
33+
* @param name - The identifier/name of the page or screen being viewed (e.g., "home", "settings", "wallet")
34+
* @param properties - Optional properties associated with the view
3535
*/
3636
export type AnalyticsControllerTrackViewAction = {
3737
type: `AnalyticsController:trackView`;

0 commit comments

Comments
 (0)