[]
Gets or sets a value indicating whether focused elements (like buttons) are permanently highlighted.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? DisableFocusTimer { get; set; }
true if focused elements should be permanently highlighted; otherwise, false.
true
false