API Reference
TablerServiceConfigStudioSettings
Advanced display settings for TablerServiceConfigStudio.
Inheritance
- Object
- TablerServiceConfigStudioSettings
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
- Method TablerServiceConfigStudioSettings.Class
- Method TablerServiceConfigStudioSettings.Compact
- Method TablerServiceConfigStudioSettings.FullViewport
- Method TablerServiceConfigStudioSettings.Height
- Method TablerServiceConfigStudioSettings.LoadEndpoint
- Method TablerServiceConfigStudioSettings.Palette
- Method TablerServiceConfigStudioSettings.Preset
- Method TablerServiceConfigStudioSettings.SaveEndpoint
- Method TablerServiceConfigStudioSettings.Theme
- Method TablerServiceConfigStudioSettings.ThemeSelector
- Method TablerServiceConfigStudioSettings.TopbarIdentity
Accepted by parameters
Methods
public TablerServiceConfigStudioSettings Class(String cssClass) #TablerServiceConfigStudioSettingsEditorBrowsable(2)Adds CSS classes to the studio shell.
Parameters
- cssClass System.String
public TablerServiceConfigStudioSettings Compact(Boolean enable = true) #TablerServiceConfigStudioSettingsUses denser spacing for service configuration surfaces.
Parameters
- enable System.Boolean = true
public TablerServiceConfigStudio End() #TablerServiceConfigStudioReturns control to the root studio builder.
public TablerServiceConfigStudioSettings FullViewport(Boolean enable = true) #TablerServiceConfigStudioSettingsMakes the service configuration studio behave like the primary full-window application surface.
Parameters
- enable System.Boolean = true
public TablerServiceConfigStudioSettings Height(String height) #TablerServiceConfigStudioSettingsEditorBrowsable(2)Sets the minimum visual height for the studio shell.
Type Parameters
- THeight
Parameters
- height System.String
public TablerServiceConfigStudioSettings LoadEndpoint(String endpoint) #TablerServiceConfigStudioSettingsSets an optional endpoint used by the service config script to load the collected editor payload.
Parameters
- endpoint System.String
public TablerServiceConfigStudioSettings Palette(TablerOperationalWorkspacePalette palette) #TablerServiceConfigStudioSettingsApplies an operational accent palette to the studio shell.
Parameters
- palette HtmlForgeX.TablerOperationalWorkspacePalette
public TablerServiceConfigStudioSettings Preset(TablerOperationalWorkspaceStylePreset preset) #TablerServiceConfigStudioSettingsApplies an operational visual preset to the studio shell.
Parameters
- preset HtmlForgeX.TablerOperationalWorkspaceStylePreset
public TablerServiceConfigStudioSettings SaveEndpoint(String endpoint) #TablerServiceConfigStudioSettingsSets an optional endpoint used by the service config script to save the collected editor payload.
Parameters
- endpoint System.String
public TablerServiceConfigStudioSettings Theme(Action<TablerServiceConfigStudioThemeSettings> configure) #TablerServiceConfigStudioSettingsConfigures shared HtmlForgeX theme and accessibility controls for the studio shell.
Parameters
- configure System.Action{HtmlForgeX.TablerServiceConfigStudioThemeSettings}
public TablerServiceConfigStudioSettings ThemeSelector(Boolean show = true, Action<TablerThemeSelectorSettings> configure = null) #TablerServiceConfigStudioSettingsEditorBrowsable(2)Shows or hides the shared HtmlForgeX theme selector in the studio top bar.
Parameters
- show System.Boolean = true
- configure System.Action{HtmlForgeX.TablerThemeSelectorSettings} = null
public TablerServiceConfigStudioSettings TopbarIdentity(Boolean show = true) #TablerServiceConfigStudioSettingsShows the product identity in the top bar in addition to the sidebar brand.
Parameters
- show System.Boolean = true