ModuleSettings

Type-safe wrapper for module settings storage.

Provides type-safe access to extracted module settings via get.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun contains(key: String): Boolean

Checks if settings for the given key exist.

Link copied to clipboard
inline fun <T> get(key: String): T?

Retrieves module settings by key with type casting.