Package-level declarations

Types

Link copied to clipboard

The main RenderScope used for rendering a section.

Link copied to clipboard
class RunScope(val section: Section, scope: CoroutineScope) : SectionScope

A scope associated with the run function.

Link copied to clipboard
class Section

The class which represents the state of a section block and its registered event handlers (e.g. run and onFinishing).

Link copied to clipboard
interface SectionScope

Common interface used for scopes that can appear in both the render and run blocks.

Link copied to clipboard
class Session

A Kotter session.