HiddenCaseRule

A rule that controls field visibility based on conditions. Fields can be shown or hidden dynamically based on values in other fields.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of conditions that determine field visibility.

Link copied to clipboard

Whether the field is hidden when no conditions match.

Functions

Link copied to clipboard
inline fun copy(block: HiddenCaseRule.Builder.() -> Unit = {}): HiddenCaseRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String