CSEvent Property
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.actionFalse(function: () -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.actionTrue(function: () -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> CSEventProperty<T>.listenChangeOnce(listener: (argument: T) -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.listenUntilFalseOnce(listener: (argument: Boolean) -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.listenUntilTrueOnce(listener: (argument: Boolean) -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.onFalse(function: () -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
fun CSEventProperty<Boolean>.onTrue(function: () -> Unit): CSRegistration
Content copied to clipboard