toggle menu
structures
1.5.2
common
switch theme
search in API
structures
/
ink.ui.structures.render
Package-level
declarations
Types
Functions
Types
Missing
Renderer
Behavior
Link copied to clipboard
sealed
interface
MissingRendererBehavior
Presenter
Link copied to clipboard
interface
Presenter
Render
Result
Link copied to clipboard
sealed
interface
RenderResult
Functions
on
Update
Link copied to clipboard
fun
Presenter
.
onUpdate
(
update
:
(
UiLayout
)
->
Unit
)
:
Presenter
render
Catching
Link copied to clipboard
inline
fun
renderCatching
(
block
:
(
)
->
RenderResult
)
:
RenderResult
render
With
Type
Link copied to clipboard
inline
fun
<
T
:
UiElement
>
UiElement
.
renderWithType
(
block
:
T
.
(
)
->
Unit
)
:
RenderResult
then
Link copied to clipboard
fun
Presenter
.
then
(
other
:
Presenter
)
:
Presenter