pub fn ContextMenuSub<__ImplTrait0: IntoView + 'static>(
props: ContextMenuSubProps<__ImplTrait0>,
) -> impl IntoViewExpand description
§Required Props
- children:
TypedChildrenFn<__ImplTrait0>
§Optional Props
- open:
impl Into<MaybeProp<bool>> - default_open:
impl Into<MaybeProp<bool>> - on_open_change:
impl Into<Callback<bool>>