RememberInvocation

class RememberInvocation(val key: String, val resultType: KType, val inputs: List<Any?>)(source)

Captures the parameters of a call to RenderContext.remember.

Constructors

Link copied to clipboard
constructor(key: String, resultType: KType, inputs: List<Any?>)

Properties

Link copied to clipboard
val inputs: List<Any?>
Link copied to clipboard
val key: String
Link copied to clipboard