Skip to content

Type Alias: ScreenCondition

@termwright/driver


@termwright/driver / ScreenCondition

ScreenCondition = ScreenLeafCondition | { condition: ScreenCondition; kind: "not"; } | { conditions: readonly ScreenCondition[]; kind: "all" | "any"; }

Defined in: protocol/dist/action-model-C3MoitRQ.d.ts:144