Replies: 1 comment
-
If you need custom HTML attributes, you can pass your own HTML element with these attributes in the const myRegion = regions.addRegion({
start: 20,
end: 30,
})
myRegion.someCustomData = { ... } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The region plugin in version v7.9.9 does not support the custom attributes or custom data from version v6.4.0 of the region plugin. Is there any way to solve this?
We need to create some custom attributes for each region to meet our requirements.
source code

v7.9.9
v6.4.0

Beta Was this translation helpful? Give feedback.
All reactions