EffectPropertyKey

class EffectPropertyKey<T : Any>(val errorDescription: String)

A class representing one of the property types referenced within an Effect operation.

val queryEffectClientPropertyKey = EffectPropertyKey<QueryEffectClient>()

Constructors

Link copied to clipboard
constructor(errorDescription: String)

Properties

Link copied to clipboard