commonMain.org.reduxkotlin.Action.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lib-metadata Show documentation
Show all versions of lib-metadata Show documentation
Redux implementation for Kotlin. Mulitiplatform supported.
The newest version!
package org.reduxkotlin
object ActionTypes {
/**
* Default start action sent when store is created.
*/
object INIT
/**
* Action sent when reducer is replaced.
*/
object REPLACE
}