RenderParameters.HighlightedElement.UserStyle

class RenderParameters.HighlightedElement.UserStyle : RenderParameters.HighlightedElement


A UserStyleSetting to highlight. E.g. for a setting that controls watch hands, the location of the hands should be highlighted.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

UserStyleSetting.Id

The UserStyleSetting.Id of the UserStyleSetting to highlight.

Public constructors

UserStyle

Added in 1.0.0
UserStyle(id: UserStyleSetting.Id)
Parameters
id: UserStyleSetting.Id

The UserStyleSetting.Id of the UserStyleSetting to highlight.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

id

Added in 1.0.0
val idUserStyleSetting.Id

The UserStyleSetting.Id of the UserStyleSetting to highlight.