API Reference
TablerPortalSurfacePreset
Typed presets for portal/report surface styling hooks used by the Tabler navigation examples. These map to internal portal-surface classes so example authors do not need to remember raw CSS names.
Inheritance
- Enum
- TablerPortalSurfacePreset
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
- Field TablerPortalSurfacePreset.Capacity
- Field TablerPortalSurfacePreset.CapacityAllocation
- Field TablerPortalSurfacePreset.CapacityPrimary
- Field TablerPortalSurfacePreset.Incidents
- Field TablerPortalSurfacePreset.IncidentsQueue
- Field TablerPortalSurfacePreset.IncidentsTimeline
- Field TablerPortalSurfacePreset.Latency
- Field TablerPortalSurfacePreset.LatencyOverview
- Field TablerPortalSurfacePreset.LatencyRoutes
- Field TablerPortalSurfacePreset.ReportsAnalytics
- Field TablerPortalSurfacePreset.ReportsAnalyticsPrimary
- Field TablerPortalSurfacePreset.ReportsAnalyticsSecondary
- Field TablerPortalSurfacePreset.Servers
- Field TablerPortalSurfacePreset.ServersRoles
- Field TablerPortalSurfacePreset.ServersTiers
Accepted by parameters
- Method TablerContentBuilder.CardRail
- Method TablerContentBuilder.ClusterRow
- Method TablerContentBuilder.ClusterRow
- Method TablerContentBuilder.ClusterRow
- Method TablerContentBuilder.ClusterRow
- Method TablerContentBuilder.DashboardSection
- Method TablerContentBuilder.LeadDetailStack
- Method TablerContentBuilder.LeadRow
- Method TablerContentBuilder.LeadRow
- Method TablerContentBuilder.PrimarySupportRow
- Method TablerContentBuilder.WorkspaceRow
- Method TablerContentBuilder.WorkspaceRow
- Method TablerContentBuilder.WorkspaceSection
- Method TablerDashboardSectionBuilder.CardRail
- Method TablerDashboardSectionBuilder.ClusterRow
- Method TablerDashboardSectionBuilder.ClusterRow
- Method TablerDashboardSectionBuilder.LeadRow
- Method TablerDashboardSectionBuilder.LeadRow
- Method TablerDashboardSectionBuilder.PrimarySupportRow
- Method TablerDashboardSectionBuilder.WorkspaceRow
- Method TablerDashboardSectionBuilder.WorkspaceRow
- Method TablerLeadDetailStackBuilder.Detail
- Method TablerLeadDetailStackBuilder.Detail
- Method TablerLeadDetailStackBuilder.LeadRow
- Method TablerLeadDetailStackBuilder.LeadRow
- Method TablerWorkspaceSectionBuilder.ClusterRow
- Method TablerWorkspaceSectionBuilder.ClusterRow
- Method TablerWorkspaceSectionBuilder.FollowUp
- Method TablerWorkspaceSectionBuilder.FollowUp
- Method TablerWorkspaceSectionBuilder.Timeline
- Method TablerWorkspaceSectionBuilder.Timeline
- Method TablerWorkspaceSectionBuilder.Workspace
- Method TablerWorkspaceSectionBuilder.Workspace
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerPortalSurfacePreset ServersTiers #Server cluster styling for tier or environment summary rows.
1public const TablerPortalSurfacePreset ServersRoles #Server cluster styling for role/distribution summary rows.
2public const TablerPortalSurfacePreset LatencyOverview #Latency cluster styling for overview and findings rows.
4public const TablerPortalSurfacePreset LatencyRoutes #Latency cluster styling for route-comparison lead rows.
5public const TablerPortalSurfacePreset CapacityPrimary #Capacity cluster styling for dominant primary-plus-support rows.
7public const TablerPortalSurfacePreset CapacityAllocation #Capacity cluster styling for allocation and follow-up rails.
8public const TablerPortalSurfacePreset Incidents #General incidents/operator-workspace cluster styling.
9public const TablerPortalSurfacePreset IncidentsTimeline #Incident cluster styling for timeline-heavy rows.
10public const TablerPortalSurfacePreset IncidentsQueue #Incident cluster styling for queue-focused rows.
11public const TablerPortalSurfacePreset ReportsAnalytics #General reporting analytics cluster styling.
12public const TablerPortalSurfacePreset ReportsAnalyticsPrimary #Reporting analytics styling for dominant primary rows.
13public const TablerPortalSurfacePreset ReportsAnalyticsSecondary #Reporting analytics styling for supporting secondary rows.
14