
.uniform.common-web_2.12.5.0.0-RC6.source-code.JourneyConfig.scala Maven / Gradle / Ivy
The newest version!
package ltbs.uniform
package common.web
/**
*
* @param leapAhead
* enables 'leap ahead' behaviour when requested as a parameter
* @param askFirstListItem
* when asking for list A with a minimum number of A required then go straight to add A subjourney
* rather than to the empty listing index page
* @param defaultAsEntry
* treat a default value as though it has been entered by the user (allow bypassing)
*/
case class JourneyConfig(
leapAhead: Boolean = true,
askFirstListItem: Boolean = false,
defaultAsEntry: Boolean = false
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy