Skip to main content

screen_open_in_editor

Function screen_open_in_editor 

Source
pub fn screen_open_in_editor(path: &str) -> Result<JsValue, JsValue>
Expand description

Ask the shell to open path in the editor. Fire-and-forget: the loaded project arrives asynchronously as an editor-project browser CustomEvent (see install_editor_project_listener). catch so it degrades to a no-op outside Tauri.