RecipeStep

data class RecipeStep(val action: RecipeAction, val conditionExpressions: List<RecipeConditionExpression>? = null)

Constructors

Link copied to clipboard
constructor(action: RecipeAction, conditionExpressions: List<RecipeConditionExpression>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The particular action to be performed in the recipe step.

Link copied to clipboard

Condition expressions applied to the step action