API Reference
Class
SmartTabAutoProgress
Auto-progress configuration for SmartTab.
Inheritance
- Object
- SmartTabAutoProgress
Constructors
public SmartTabAutoProgress() #Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether auto-progress is enabled.
public Nullable<Int32> Interval { get; set; } #JsonPropertyName("interval")Gets or sets the auto-progress interval in milliseconds.
public Nullable<Boolean> StopOnFocus { get; set; } #JsonPropertyName("stopOnFocus")Gets or sets whether to pause auto-progress on focus.