Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WriteLinesToFileActionArgs

Hierarchy

  • WriteLinesToFileActionArgs

Index

Properties

Optional executionMode

executionMode: "Foreground" | "Background"

Optional lines

lines: Array<string>

Optional onCancel

onCancel: "ThrowError" | "Abort" | "Continue"

Optional onError

onError: "ThrowError" | "Continue"

Optional path

path: string

Generated using TypeDoc