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

Class Chips

src/chip.rs:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98pub struct Chips {
99 props: ChipsProps,
100 node_ref: NodeRef,
101 action_listener: Option<EventListener>,
102 selected_listener: Option<EventListener>,
103}
104
105/// Props for [`Chips`]
106///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected