HtmlForgeX

API Reference

Class

TablerAuditLogCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerAuditLogCard.

Inheritance

  • Object
  • TablerAuditLogCardSettings

Methods

public TablerAuditLogCardSettings Accent(TablerColor color) #
Returns: TablerAuditLogCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerAuditLogCardSettings Compact(Boolean enable = true) #
Returns: TablerAuditLogCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerAuditLogCard End() #
Returns: TablerAuditLogCard

Returns control to the root card surface.

public TablerAuditLogCardSettings FillHeight(Boolean enable = true) #
Returns: TablerAuditLogCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerAuditLogCardSettings LoadingPlaceholder(Action<TablerPlaceholderCard> configure = null) #
Returns: TablerAuditLogCardSettings

Adds a typed skeleton surface for the audit log while the lazy DataTable initializes.

Parameters

configure System.Action{HtmlForgeX.TablerPlaceholderCard} = null optionalposition: 0
public TablerAuditLogCardSettings MinColumnWidth(String value) #
Returns: TablerAuditLogCardSettings

Sets the minimum width used by each summary chip column.

Parameters

value System.String requiredposition: 0