Context

class Context(val isOptional: Boolean, val type: KType = typeOf<CommandContext>()) : CommandReceiverParameter<CommandContext>

Since

2.12

Constructors

Link copied to clipboard
constructor(isOptional: Boolean, type: KType = typeOf<CommandContext>())

Properties

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

Reified type of T