-
I'm writing a plug-in and want to be able to open the corresponding media extended view via a local path. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
aidenlx
Apr 15, 2024
Replies: 1 comment 1 reply
-
using leaf.setViewState() with view type "mx-url-video" and state being |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aoout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using leaf.setViewState() with view type "mx-url-video" and state being
{url: "file:///path/to/media"}
should work.