TestSubSub¶
object TestSubSub : CategorySpec
Properties¶
client¶
val client: ClientDataSpec
Client-side mirror of this category, used to build the Cloth Config UI.
id¶
isEnabled¶
Whether this category is currently active. When false, Cloth Config hides/disables the category's fields in the UI. Override with a get() that reads another field (e.g. a parent toggle) to make this category conditional.
subcategories¶
val subcategories: List<CategorySpec>
Nested CategorySpec objects declared inside this one, for grouping in the UI.
test¶
title¶
val title: Component