Test¶
object Test : CategorySpec
Types¶
TestEnum¶
@Serializable
enum TestEnum : Enum<Archie.Config.Common.Test.TestEnum>
TestNestedSpec¶
class TestNestedSpec : DataSpec
TestSpec¶
TestSub¶
object TestSub : 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.
testBoolean¶
var testBoolean: Boolean
testColor¶
testColorList¶
val testColorList: List<KColor>
testColorMap¶
val testColorMap: Map<String, KColor>
testDouble¶
val testDouble: Double
testDoubleList¶
val testDoubleList: List<Double>
testDoubleMap¶
val testDoubleMap: Map<String, Double>
testEnumSelector¶
testFloat¶
testFloatList¶
val testFloatList: List<Float>
testFloatMap¶
val testFloatMap: Map<String, Float>
testInt¶
testIntList¶
val testIntList: List<Int>
testIntMap¶
val testIntMap: Map<String, Int>
testIntSlider¶
val testIntSlider: Int
testKeycode¶
val testKeycode: CommonKeyCode
testKeycodeList¶
val testKeycodeList: List<CommonKeyCode>
testKeycodeMap¶
val testKeycodeMap: Map<String, CommonKeyCode>
testLong¶
testLongList¶
val testLongList: List<Long>
testLongMap¶
val testLongMap: Map<String, Long>
testLongSlider¶
val testLongSlider: Long
testNestedSpec¶
testRegistry¶
val testRegistry: BlockItem
testRegistryList¶
val testRegistryList: List<BlockItem>
testRegistryMap¶
val testRegistryMap: Map<String, BlockItem>
testSelector¶
val testSelector: String
testSpec¶
testSpecList¶
testSpecMap¶
testString¶
val testString: String
testStringList¶
val testStringList: List<String>
testStringMap¶
val testStringMap: Map<String, String>
title¶
val title: Component