StylingAndWaiting

class StylingAndWaiting(val notStylingAction: () -> Unit) : CompilationContext.StylingCompletionState

Styling is happening, and the other party is waiting for it to complete, having provided an action indicating what to do when styling completes.

Constructors

Link copied to clipboard
fun StylingAndWaiting(notStylingAction: () -> Unit)

Properties

Link copied to clipboard
val notStylingAction: () -> Unit