FlowActionType type exported

Last updated: 2026-03-05T10:53:28.859Z

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)

graph LR FlowActionType["FlowActionType"] isValidFieldType["isValidFieldType"] isValidFieldType -->|uses| FlowActionType style FlowActionType fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FlowActionType "03264d6a39f07fd0.html" click isValidFieldType "a95b73445027ba7e.html"
SourceType
isValidFieldType uses