Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogSelectFromListActionArgs

Hierarchy

  • DialogSelectFromListActionArgs

Index

Properties

Optional allowEmptySelection

allowEmptySelection: boolean

Optional allowMultipleSelections

allowMultipleSelections: boolean

Optional cancelButton

cancelButton: string

Optional defaultItems

defaultItems: Array<string>

Optional executionMode

executionMode: "Foreground" | "Background"

Optional hiddenAnswer

hiddenAnswer: boolean

Optional items

items: Array<string>

Optional oKButton

oKButton: string

Optional onCancel

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

Optional onError

onError: "ThrowError" | "Continue"

Optional prompt

prompt: string

Optional title

title: string

Generated using TypeDoc