Or

data class Or(props: List<SelectionConstraint>) : SelectionConstraint

Constructors

Or
Link copied to clipboard
fun Or(vararg props: SelectionConstraint)

Functions

toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

props
Link copied to clipboard
val props: List<SelectionConstraint>