entries

fun entries(vararg entries: UiEntry): SimpleUi.Builder

Adds the given entries to the UI

Return

This Builder

Parameters

entries

The entries to add


fun entries(entries: Map<Int, UiEntry>, override: Boolean = true): SimpleUi.Builder

Adds the given entries to the UI

Return

This Builder

Parameters

entries

The entries to add

override

Whether to override the existing entries or not. Defaults to true