Skip to main content

ReplyMenuView

Type Alias ReplyMenuView 

Source
pub type ReplyMenuView = Arc<dyn Fn(ReplyRenderContext) -> AnyView + Send + Sync>;
Expand description

Custom reply overflow menu. When None, built-in trigger + reply_menu_extras render.

Aliased Typeยง

pub struct ReplyMenuView { /* private fields */ }