clik-engine API
    Preparing search index...

    Class ConfirmDialog

    Pre-built confirmation dialog with confirm/cancel buttons. Returns a promise that resolves true (confirm) or false (cancel).

    const confirmed = await ConfirmDialog.show(scene, {
    title: 'Quit?',
    message: 'Your progress will be lost.',
    });
    Index

    Constructors

    Methods

    Constructors

    Methods