Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class DefaultChoiceDataState<D : Any>(name: String? = null, val dataClass: KClass<D>, choiceAction: suspend EventAndArgument<*>.() -> DataState<D>) : BasePseudoState, DataState<D> , RedirectPseudoState
Link copied to clipboard
open class DefaultChoiceState(val name: String? = null, choiceAction: suspend EventAndArgument<*>.() -> State) : BasePseudoState, RedirectPseudoState
Link copied to clipboard
open class DefaultHistoryState(val name: String? = null, _defaultState: IState? = null, val historyType: HistoryType = HistoryType.SHALLOW) : BasePseudoState, HistoryState
It is open for subclassing as all other State implementations, but I do not know real use cases for it.