And

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

Constructors

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

Functions

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

Properties

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