Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackSelectOutputActionArgs

Hierarchy

  • TrackSelectOutputActionArgs

Index

Properties

Optional executionMode

executionMode: "Foreground" | "Background"

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional outputPath

outputPath: Array<string>

Optional outputSelector

outputSelector: (items: Array<FlatMenuItem>) => FlatMenuItem

Type declaration

Optional selectForAllSelectedTracks

selectForAllSelectedTracks: boolean

Optional skipWhenValueIs

skipWhenValueIs: string

Generated using TypeDoc