Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DoEditModeActionArgs

Hierarchy

  • DoEditModeActionArgs

Index

Properties

Optional action

action: () => void

Type declaration

    • (): void
    • Returns void

Optional executionMode

executionMode: "Foreground" | "Background"

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional skip

skip: boolean

Optional targetValue

targetValue: "Unknown" | "Shuffle" | "Spot" | "Slip" | "Grid"

Generated using TypeDoc