Construction properties for a Wave

interface WaveProps {
    post?: Step[];
    pre?: Step[];
}

Properties

Properties

post?: Step[]

Additional steps to run after all of the stages in the wave

- No additional steps
pre?: Step[]

Additional steps to run before any of the stages in the wave

- No additional steps