MCPcopy Create free account
hub / github.com/angular-rust/yew-components / MenuMsg

Enum MenuMsg

src/menu.rs:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35pub enum MenuMsg {
36 Open,
37 Close,
38 TransitionEnd,
39 RegisterBodyListener,
40}
41
42/// Props for `Menu`
43///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected