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
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