IInteractionService.promptConfirmation
Method
interface IInteractionService { // ... omitted for brevity promptConfirmation( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResult;}Signature
method
promptConfirmationPrompts the user for confirmation with an OK/Cancel dialog.
promptConfirmation( title: string, message: string, options?: InteractionMessageBoxOptions, cancellationToken?: cancellationToken): BoolInteractionResultParameters
titlestringmessagestringoptionsInteractionMessageBoxOptionsoptionalcancellationTokencancellationTokenoptionalReturns
BoolInteractionResultDefined on
This method is defined on the following type: