Class DashboardOptions
Configuration options for the Morpheo dashboard.
Inherited Members
Namespace: Morpheo.Sdk
Assembly: Morpheo.Sdk.dll
Syntax
public class DashboardOptions
Properties
| Edit this page View SourcePath
Gets or sets the URL path for the dashboard. Default is "/morpheo".
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the title of the dashboard. Default is "Morpheo Node".
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |