StoryType

data class StoryType(val name: String, val number: Int)

The type of a StoryStep you can add new types by adding a unused name and number. It is recommended to use your package name before the name of the type and use any number above 100.

Parameters

name

Name of the type

number

The number of the type. Used the identify the type in a fast way.

Constructors

Link copied to clipboard
constructor(name: String, number: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val number: Int