IconToggle
Description
A group of icon buttons of which exactly one is selected at a time, like a segmented control. Each item carries a UIcons glyph, a tooltip and an arbitrary data payload, which is exposed through the typed Selected property.
Usage
API reference
public class IconToggle<T> : IComponentA group of icon buttons of which exactly one is selected at a time, like a segmented control.
- Namespace
- Tesserae
- Implements
- IComponent
Constructors
| Name | Description |
|---|---|
| IconToggle | Initializes a new instance of this class. |
Methods
| Name | Description |
|---|---|
| Render | Renders the component's root HTML element. |
| Select | Configures the component to select. |
| AsObservable | Returns the component's state as a(n) observable. |