Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Context(val isOptional: Boolean, val type: KType = typeOf<CommandContext>()) : CommandReceiverParameter<CommandContext>
Link copied to clipboard

Properties

Link copied to clipboard
abstract val isOptional: Boolean
Link copied to clipboard
open override val name: String
Link copied to clipboard
abstract val type: KType

Reified type of T