FlowActionType type exported
Last updated: 2026-03-05T10:53:28.859Z
Location
Metrics
LOC: 13
Complexity: 1
Params: 0
Signature
type FlowActionType
Summary
Actions a flow step can perform
Source Code
export type FlowActionType =
| "navigate"
| "fill"
| "click"
| "select"
| "check"
| "uncheck"
| "clear"
| "wait"
| "scroll"
| "press-key"
| "assert"
| "caption";
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| isValidFieldType | uses |