editor_container_view

Function editor_container_view 

Source
pub fn editor_container_view(
    editor: RwSignal<Editor>,
    is_active: impl Fn(bool) -> bool + 'static + Copy,
    handle_key_event: impl Fn(KeypressKey) -> CommandExecuted + 'static,
) -> impl IntoView