The visibleType property defines the way to control the Widget's visibility.
- AUTO: The Widget is visible when it wants to.
- NEXT_LAP: The Widget will be visible when the driver from forDriver passes the S/F line next time and will stay visible for the seconds given in visibleTime.
- TIME_BASED: The Widget will be visible from visibleStart session time and will stay visible for the seconds given in visibleTime.
- NEVER: The Widget is always invisible.