CommandCloseDocument

Function CommandCloseDocument 

Source
fn CommandCloseDocument(
    _ApplicationHandle: AppHandle<Wry>,
    _Window: WebviewWindow<Wry>,
    RunTime: Arc<ApplicationRunTime>,
    _Argument: Value,
) -> Pin<Box<dyn Future<Output = Result<Value, String>> + Send>>
Expand description

A native command for closing the current document.