| 96 | |
| 97 | |
| 98 | pub 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 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected