toggle menu
structures
1.5.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
UiElement
/
Static
Static
interface
Static
:
UiElement
A non-interactive UI element.
Inheritors
BreadcrumbElement
DividerElement
ElementList
EmptyElement
FormattedText
IconElement
ProgressElement
StatusIndicatorElement
TextElement
TextListElement
ThrobberElement
WeatherElement
Members & Extensions
Functions
render
With
Type
Link copied to clipboard
inline
fun
<
T
:
UiElement
>
UiElement
.
renderWithType
(
block
:
T
.
(
)
->
Unit
)
:
RenderResult