Chip QML Type
A compact chip or tag element. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Signals
- void closed()
Detailed Description
Chip represents a small, compact UI element commonly used for tags, filters, or selected items. It can be selected, closed, and styled with a label.
Property Documentation
closable : bool
Whether the chip displays a close button that allows the user to dismiss it.
selected : bool
Whether the chip is in a selected state.
text : string
The label text displayed on the chip.
Signal Documentation
void closed()
Emitted when the chip is closed by the user, if closable is true.
Note: The corresponding handler is onClosed.