RawKey

data class RawKey(val outputType: KType, val name: String)

An escape hatch for NodeParameterKey's harsh typing restrictions.

Raw keys can be used with storeIn just like NodeParameterKeys, but are less safe and should only be used as a last resort.

Constructors

Link copied to clipboard
constructor(outputType: KType, name: String)

Properties

Link copied to clipboard

Name of this key

Link copied to clipboard

Output type for this key. Should correspond to typeOf<R>().