ReadjustOptions

data class ReadjustOptions(val n: Int, val state: Int, val parameters: ReadjustParameters)

Options for the readjust function.

Constructors

Link copied to clipboard
constructor(n: Int, state: Int, parameters: ReadjustParameters)

Properties

Link copied to clipboard
val n: Int

The participant count, influencing layout decisions

Link copied to clipboard

The parameters containing layout and event information

Link copied to clipboard
val state: Int

The current layout state (0 for initial layout, others for adjustments)