AppParameterValue.Bool
¶
A boolean value (true or false)
data class Bool(
val value: Boolean,
val type: String /* "boolean" */,
)
Compatible with:
ApplicationParameter.Bool
Mountable as a resource: ❌ No
Expands to:
trueValue
ofApplicationParameter.Bool
if value istrue
otherwisefalseValue
Side effects: None