Class NSDashTheme
Represents a dashboard theme configuration.
Constructors
NSDashTheme()
Initializes a new instance of the NSDashTheme class.
Declaration
NSDashTheme Methods
GetClient()
Gets the name of the client(s) the theme is available to.
Declaration
String GetClient() Returns
| Type | Description |
| String |
GetConfig()
Gets the JSON clob-formatted configuration.
Declaration
String GetConfig() Returns
| Type | Description |
| String |
GetDashboardThemeId()
Gets the dashboard theme ID.
Declaration
Integer GetDashboardThemeId() Returns
| Type | Description |
| Integer |
GetName()
Gets the name of the dashboard theme.
Declaration
String GetName() Returns
| Type | Description |
| String |
GetStyle()
Gets the style value (e.g., 'light' or 'dark').
Declaration
String GetStyle() Returns
| Type | Description |
| String |
SetClient(String)
Sets the name of the client(s) the theme is available to.
Declaration
Void SetClient(String client) Parameters
| Type | Name | Description |
| String | client |
Returns
| Type | Description |
| Void |
SetConfig(String)
Sets the JSON clob-formatted configuration.
Declaration
Void SetConfig(String config) Parameters
| Type | Name | Description |
| String | config |
Returns
| Type | Description |
| Void |
SetDashboardThemeId(Integer)
Sets the dashboard theme ID.
Declaration
Void SetDashboardThemeId(Integer id) Parameters
| Type | Name | Description |
| Integer | id |
Returns
| Type | Description |
| Void |
SetName(String)
Sets the name of the dashboard theme.
Declaration
Void SetName(String name) Parameters
| Type | Name | Description |
| String | name |
Returns
| Type | Description |
| Void |