Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackSelectInputActionArgs

Hierarchy

  • TrackSelectInputActionArgs

Index

Properties

Optional executionMode

executionMode: "Foreground" | "Background"

Optional inputPath

inputPath: Array<string>

Optional inputSelector

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

Type declaration

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional selectForAllSelectedTracks

selectForAllSelectedTracks: boolean

Optional skipWhenValueIs

skipWhenValueIs: string

Generated using TypeDoc