TemplateColorScheme
TemplateColorScheme
String
String
TemplateConfiguration
TemplateConfiguration
TemplateConfiguration
TemplateConfiguration
Initializes an instance of TemplateConfiguration.
TemplateColorScheme
Get the DayColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateColorScheme
- the KEY_DAY_COLOR_SCHEME value
TemplateColorScheme
Get the NightColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateColorScheme
- the KEY_NIGHT_COLOR_SCHEME value
String
Get the Template
Kind: Instance method of TemplateConfiguration
Returns: String
- the KEY_TEMPLATE value
String
Get the TemplateParam
Kind: Instance method of TemplateConfiguration
Returns: String
- the KEY_TEMPLATE value
TemplateConfiguration
Set the DayColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired DayColorScheme. |
TemplateConfiguration
Set the NightColorScheme
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
scheme | TemplateColorScheme |
A color scheme for all display layout templates. - The desired NightColorScheme. |
TemplateConfiguration
Set the Template
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
template | String |
Predefined or dynamically created window template. Currently only predefined window template layouts are defined. - The desired Template. {'string_min_length': 1, 'string_max_length': 500} |
TemplateConfiguration
Set the TemplateParam
Kind: Instance method of TemplateConfiguration
Returns: TemplateConfiguration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
template | String |
Predefined or dynamically created window template. Currently only predefined window template layouts are defined. - The desired TemplateParam. {'string_min_length': 1, 'string_max_length': 500} |