Props

fun <PAYLOAD : Any> Props(    payloadType: KClass<PAYLOAD>,     payload: PAYLOAD,     host: Component<*>?,     key: String?)