Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘React Hooks / Developer Documentation’ is closed to new replies.
Hello
Has any developer documentation been created for v4?
We are looking at building a custom JW Player integration. We had one for WPLMS 3 but because 4 is using React I can’t exactly see how we can hook into the content editor or add custom fields.
Are there any events that I can bind to, to initialise our own custom scripts?
Thanks,
Michael
hi,
well no documentation for developers right now
similar to unit_traverse
we have
document.addEventListener(‘unit_loaded’, (e)=>{
//run custom actions here
});
updated reply:
very soon we are going to release the documentation for the developers
The topic ‘React Hooks / Developer Documentation’ is closed to new replies.