You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicvarhandStyleDescription:String="" // localized text description of the hand style
166
-
publicvaranimationType:String="" // will be specific to platforms, might want to ignore
167
-
publicvaruseImage:Bool=false // use images instead of vectors
168
-
publicvaranimateClockwise:Bool=true //used usually in combination with images that have numbers to animate in reverse to show numbers increasing for time
169
-
publicvarimageAnchorX:String="" //when using images the anchor position ( bottom / centered of the image ) default: 0.5
170
-
publicvarimageAnchorY:String="" //when using images the anchor position ( bottom / centered of the image ) default: 0.5
165
+
publicvarhandStyleDescription:String?="" // localized text description of the hand style
166
+
publicvaranimationType:String?="" // will be specific to platforms, might want to ignore
167
+
publicvaruseImage:Bool?=false // use images instead of vectors
168
+
publicvaranimateClockwise:Bool?=true //used usually in combination with images that have numbers to animate in reverse to show numbers increasing for time
169
+
publicvarimageAnchorX:String?="" //when using images the anchor position ( bottom / centered of the image ) default: 0.5
170
+
publicvarimageAnchorY:String?="" //when using images the anchor position ( bottom / centered of the image ) default: 0.5
171
171
}
172
172
173
173
publicstructClockLayerWeatherOptions:Codable{
@@ -217,11 +217,11 @@ public struct ClockLayerTextOptions: Codable {
publicvareffectType:String?="" // will be specific to platforms, might want to ignore
299
+
publicvaroutlineWidth:String?="0.0" // pixels to show as outline on the text
300
+
publicvaroutlineColor:String?="" // color for outline
301
+
publicvarkerning:String?="0.0" // added as adv option, probably ignore
302
302
}
303
303
304
304
publicstructClockLayerDataLabelOptions:Codable{
@@ -354,8 +354,8 @@ public struct ClockLayerDataLabelOptions: Codable {
354
354
Battery,
355
355
BatteryNum,
356
356
*/
357
-
publicvardataLabelFormatDescription:String=""
358
-
publicvarunitDisplayLevel:ClockLayerUnitDisplayLevel=.medium //preference for how much of the units to show along-side the data, IE: 32 degrees celcius v 32
357
+
publicvardataLabelFormatDescription:String?=""
358
+
publicvarunitDisplayLevel:ClockLayerUnitDisplayLevel?=.medium //preference for how much of the units to show along-side the data, IE: 32 degrees celcius v 32
0 commit comments