You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tool-reference.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,11 +215,12 @@
215
215
216
216
### `performance_analyze_insight`
217
217
218
-
**Description:** Provides more detailed information on a specific Performance Insight that was highlighted in the results of a trace recording.
218
+
**Description:** Provides more detailed information on a specific Performance Insight of an insight set that was highlighted in the results of a trace recording.
219
219
220
220
**Parameters:**
221
221
222
222
-**insightName** (string) **(required)**: The name of the Insight you want more information on. For example: "DocumentLatency" or "LCPBreakdown"
223
+
-**insightSetId** (string) **(required)**: The id for the specific insight set. Only use the ids given in the "Available insight sets" list.
223
224
224
225
---
225
226
@@ -278,15 +279,16 @@ so returned values have to JSON-serializable.
278
279
279
280
-**args** (array) _(optional)_: An optional list of arguments to pass to the function.
280
281
-**function** (string) **(required)**: A JavaScript function declaration to be executed by the tool in the currently selected page.
0 commit comments