The displayType property tells, when the Widget is visible.
whether the widget is always visible
regardless of the current position in the lap or current lap time validity.
Valid values are:
- ALWAYS: Always visible regardless of the current position in the lap or current lap time validity
- IF_LAP_VALID: Always visible, if the current lap is valid (not an outlap)
- AT_SECTORS Only visible, if the current lap is not an outlap and you're close to a sector boundary
whether the widget is always visible
regardless of the current position in the lap or current lap time validity.
If this property is true, the properties visibleTimeBeforeSector
and visibleTimeAfterSector are ignored.