Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackSelectInsertOrSendActionArgs

Hierarchy

  • TrackSelectInsertOrSendActionArgs

Index

Properties

Optional executionMode

executionMode: "Foreground" | "Background"

Optional insertOrSend

insertOrSend: "Insert" | "Send"

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional pluginNumber

pluginNumber: number

Optional pluginPath

pluginPath: Array<string>

Optional pluginSelector

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

Type declaration

Optional selectForAllSelectedTracks

selectForAllSelectedTracks: boolean

Optional skipWhenValueIs

skipWhenValueIs: string

Generated using TypeDoc