HtmlForgeX

API Reference

Class

TablerServiceConfigActionCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Command card used by TablerServiceConfigActionGrid.

Inheritance

  • Object
  • TablerServiceConfigActionCard

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Methods

public TablerServiceConfigActionCard AddButton(String key, String label, String route, TablerIconType icon, TablerColor color = Blue, Action<TablerServiceConfigActionButtonSettings> configure = null) #
Returns: TablerServiceConfigActionCard

Adds a button command to the card.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
route System.String requiredposition: 2
icon HtmlForgeX.TablerIconType requiredposition: 3
color HtmlForgeX.TablerColor = Blue optionalposition: 4
configure System.Action{HtmlForgeX.TablerServiceConfigActionButtonSettings} = null optionalposition: 5