Class ActionSetConfig
- Namespace
- Htmx.Components.Models
- Assembly
- Htmx.Components.dll
Configuration class for ActionSet initialization. This class is used by builders to configure ActionSet instances and cannot be marked as internal because it is used as a type constraint in ActionItemsBuilder.
public class ActionSetConfig
- Inheritance
-
ActionSetConfig
- Derived
- Inherited Members
- Extension Methods
Properties
Items
Gets or sets the collection of action items for the set.
public List<IActionItem> Items { get; set; }