Interface AutoTestTestHideStepInput

A block to hide specific data of the children.

interface AutoTestTestHideStepInput {
    children?: AutoTestTestStepInput[];
    hideType: AutoTestTestHideHideType;
    id?: string;
    preposition: AutoTestTestHidePreposition;
    when: AutoTestTestHideWhen;
}

Properties

The children of this wrapper step.

The things that should be hidden.

id?: string

The id of this step.

When the data should be hidden.

What data should control when the data is hidden.