Section

class Section(val name: Key, val description: Key) : KordExKoinComponent

Constructors

Link copied to clipboard
constructor(name: String, description: String)
constructor(name: Key, description: Key)

Properties

Link copied to clipboard
lateinit var builder: SectionBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Key

Functions

Link copied to clipboard
open override fun getKoin(): Koin

Get the associated Koin instance.

Link copied to clipboard
fun message(builder: SectionBuilder)
Link copied to clipboard
fun validate()