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
|`args.options.id`|`string`| The id of the element to listen for changes to. |
365
-
|`args.handler`| (`change`: [`ElementChangeCallbackParams`](ElementChangeCallbackParams.md)) => `void`| The handler that is called when the element changes. |
|`args.options.id`?|`string`| The id of the element to listen for changes to. If not provided, the listener will fire for all elements.|
365
+
|`args.handler`| (`change`: [`ElementChangeCallbackParams`](ElementChangeCallbackParams.md)) => `void`| The handler that is called when the element changes.|
|`args.options`?|\{`id`: `string`; } | The options to apply to the listener. If not provided|
441
+
|`args.options.id`?|`string`| The id of the element group to listen for changes to. If not provided, the listener will fire for all element groups.|
442
+
|`args.handler`| (`change`: [`ElementGroupChangeCallbackParams`](ElementGroupChangeCallbackParams.md)) => `void`| The handler that is called when the element group changes. |
|`args.options.id`|`string`| The id of the element to listen for changes to. |
1730
-
|`args.handler`| (`change`: [`ElementChangeCallbackParams`](../Elements/ElementChangeCallbackParams.md)) => `void`| The handler that is called when the element changes. |
|`args.options.id`?|`string`| The id of the element to listen for changes to. If not provided, the listener will fire for all elements.|
1730
+
|`args.handler`| (`change`: [`ElementChangeCallbackParams`](../Elements/ElementChangeCallbackParams.md)) => `void`| The handler that is called when the element changes.|
|`args.options`?|\{`id`: `string`; } | The options to apply to the listener. If not provided|
1806
+
|`args.options.id`?|`string`| The id of the element group to listen for changes to. If not provided, the listener will fire for all element groups.|
1807
+
|`args.handler`| (`change`: [`ElementGroupChangeCallbackParams`](../Elements/ElementGroupChangeCallbackParams.md)) => `void`| The handler that is called when the element group changes. |
0 commit comments