RunnerAction Type — react Architecture
Architecture documentation for the RunnerAction type/interface in runner-watch.ts from the react codebase.
Entity Profile
Dependency Diagram
graph TD 8ddbbd71_8b2b_d295_9564_ca17e003845d["RunnerAction"] 3c2dde8c_5e90_a277_13bd_39083b18cadb["runner-watch.ts"] 8ddbbd71_8b2b_d295_9564_ca17e003845d -->|defined in| 3c2dde8c_5e90_a277_13bd_39083b18cadb style 8ddbbd71_8b2b_d295_9564_ca17e003845d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
compiler/packages/snap/src/runner-watch.ts lines 100–103
export enum RunnerAction {
Test = 'Test',
Update = 'Update',
}
Defined In
Source
Frequently Asked Questions
What is the RunnerAction type?
RunnerAction is a type/interface in the react codebase, defined in compiler/packages/snap/src/runner-watch.ts.
Where is RunnerAction defined?
RunnerAction is defined in compiler/packages/snap/src/runner-watch.ts at line 100.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free