FixtureIfArm

@Serializable
class FixtureIfArm(val expression: FixtureExpressionChain, val body: List<FixtureSegment>, val trim: FixtureTrim = FixtureTrim())(source)

Mirror of one arm of an {{#if}} block.

Constructors

Link copied to clipboard
constructor(expression: FixtureExpressionChain, body: List<FixtureSegment>, trim: FixtureTrim = FixtureTrim())

Properties

Link copied to clipboard

the arm's body segments.

Link copied to clipboard

the arm's guard expression chain.

Link copied to clipboard

the arm's opening tag whitespace-control state ({{#if}} for the first arm, {{else if}} for the rest).