1. Getting the Arrow Element
To get access to the Arrow Element APIs, you will first need to get the Arrow Element object from the client.- React / Next.js
- Other Frameworks
2. Set which elements Arrows can be added to
You can use theallowedElementIds()
property to set an allowed list of elements the Arrows
feature can be added to.
- React / Next.js
- Other Frameworks
arrowElement.allowedElementIds()
method to set an allowed list of elements the Arrows
feature can be added to.
- React / Next.js
- Other Frameworks
3. Dark Mode
Whether dark mode is enabled.Default: false
- React / Next.js
- Other Frameworks