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: web/packages/quick-editor/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,9 @@ type QuickEditorOptions = {
128
128
-**`avatarRefreshDelay: number`**:
129
129
The delay in milliseconds before the avatar image is refreshed after an update. This can help ensure any cache can be busted before the new image is displayed.
130
130
131
+
-**`utm: string`**:
132
+
A code used to determine where the Quick Editor is being used.
133
+
131
134
132
135
> While updating the avatar image, to bypass the browser's cache, the Quick Editor will add a `t` parameter with the current timestamp to the avatar URL.
0 commit comments