Content:
- Properties
- Methods

The YesNo dialog can be used to let the user confirm a specific action.

ynd = app.CreateYesNoDialog( message, options? ) → app object: YesNoDialog

Its the equivalent to the js confirm function, but it is more customizable. (and doesn't crash when aborting

Example - Basic click to expand contents 

Properties

The following properties are available on the YesNoDialog object:

dataObject: { key, value }

Methods

The following methods are available on the YesNoDialog object:

GetType() → String: “YesNoDialog”
Hide()
Method( name, types?, p1?, p2?, p3?, p4? ) → all types
Show()