Block
Inheritors
Types
Link copied to clipboard
class InstanceEventBlock<T : Any, P, ModelStates : Enum<*>, C : KlerkContext, V>(name: String, type: BlockType) : Block<T, ModelStates, C, V>
Link copied to clipboard
class InstanceNonEventBlock<T : Any, ModelStates : Enum<*>, C : KlerkContext, V>(name: String, type: BlockType) : Block<T, ModelStates, C, V>
Link copied to clipboard
class VoidEventBlock<T : Any, P, ModelStates : Enum<*>, C : KlerkContext, V>(name: String, type: BlockType) : Block<T, ModelStates, C, V>