Widget Vertical
data class WidgetVertical(val componentId: String? = null, val type: ComponentType = ComponentType.WIDGET_VERTICAL, val name: String? = null, val enabled: Boolean = true, val i18n: String? = null, val widgetType: WidgetType? = null, val buildingPosition: BuildingPosition? = null, var value: Value? = null, var secondaryValue: Value? = null, val icon: String? = null, val barColor: String? = null, val barHue: Boolean? = false, val value1: WidgetSingleValue? = null, val value2: WidgetSingleValue? = null, val interaction: AbstractComponent.WidgetSection? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_VERTICAL, name: String? = null, enabled: Boolean = true, i18n: String? = null, widgetType: WidgetType? = null, buildingPosition: BuildingPosition? = null, value: Value? = null, secondaryValue: Value? = null, icon: String? = null, barColor: String? = null, barHue: Boolean? = false, value1: WidgetSingleValue? = null, value2: WidgetSingleValue? = null, interaction: AbstractComponent.WidgetSection? = null)