Enum UiComponentInteractionType
Enumeration representing different UI component interaction types.
Namespace: Serenity.Ui.Domain.Types
Assembly: Serenity.Ui.Domain.dll
Syntax
public enum UiComponentInteractionType
Fields
| Name | Description |
|---|---|
| DROPDOWN | Dropdown interaction type. |
| INPUT | Input interaction type. |
| SELECTOR | Selector interaction type. |
| SLIDER | Slider interaction type. |
| STRING | String interaction type. |
| SUBMIT | Submit interaction type. |
| TOGGLE | Toggle interaction type. |