Skip to content

Commit 1ba6f02

Browse files
authored
docs: Warn about bad events for custom scripts (#7098)
1 parent 224c34e commit 1ba6f02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/guide/frontend_reference.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ This events group contains top-level events. Those events are not related to any
210210

211211
### `labelStudioLoad`
212212

213-
Label Studio instance is loaded.
213+
Label Studio instance is loaded.
214+
215+
!!! warning
216+
This event does not work in custom scripts.
214217

215218
**Event handler arguments**
216219

@@ -222,6 +225,9 @@ Label Studio instance is loaded.
222225

223226
The internal storage is initialized.
224227

228+
!!! warning
229+
This event does not work in custom scripts.
230+
225231
**Event handler arguments**
226232

227233
| Argument | Type | Description |

0 commit comments

Comments
 (0)