ChangedInput

data class ChangedInput(val stateMachineName: String, val name: String, val value: Any? = null, val nestedArtboardPath: String? = null)

Wraps the data necessary for grabbing an input with name with value is necessary when wrapping SMINumber and SMIBoolean inputs.

Constructors

Link copied to clipboard
constructor(stateMachineName: String, name: String, value: Any? = null, nestedArtboardPath: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any?