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: src/Map/doc/index.rst
+50-3
Original file line number
Diff line number
Diff line change
@@ -416,10 +416,13 @@ Then, you can use this controller in your template:
416
416
Advanced: Low-level options
417
417
~~~~~~~~~~~~~~~~~~~~~~~~~~~
418
418
419
-
UX Map was designed to be renderer-agnostic, it provides a high-level API to configure the map and its elements.
420
-
However, sometimes you may feel limited by this abstraction and want to configure low-level options.
419
+
UX Map was designed to be renderer-agnostic, it provides a high-level API
420
+
to configure the map and its elements.
421
+
However, sometimes you may feel limited by this abstraction and you would
422
+
like to configure low-level options.
421
423
422
-
Fortunately, it is possible to configure those low-level options by using the UX Map events ``ux:map:*:before-create`` with the custom ``rawOptions`` property:
424
+
Fortunately, it is possible to configure those low-level options by using the
425
+
UX Map events ``ux:map:*:before-create`` with the custom ``rawOptions`` property:
423
426
424
427
.. code-block:: javascript
425
428
@@ -492,6 +495,50 @@ Fortunately, it is possible to configure those low-level options by using the UX
492
495
}
493
496
}
494
497
498
+
Advanced: Passing extra data from PHP to the Stimulus controller
0 commit comments