Interface IActionSet
- Namespace
- Htmx.Components.Models
- Assembly
- Htmx.Components.dll
Represents a container for grouping multiple action items without display properties. This interface is useful for creating menus, toolbars, or navigation bars where the container itself doesn't need visual representation.
public interface IActionSet
- Extension Methods
Properties
Items
Gets or sets the collection of action items contained in this set.
List<IActionItem> Items { get; set; }