Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.69 KB

File metadata and controls

27 lines (17 loc) · 1.69 KB
description Display a 'Yes' / 'No' confirmation dialog box.
metaLinks
alternates

lvgl.confirm

Syntax

lvgl.confirm({settings})

Parameters

The lvgl.confirm function uses only the settings shown below. The common settings shown on the API page are not used.

NameTypeDescriptionDefault if not set
titleStringText to be displayed in the header of the dialog box.Empty string
messageStringText to be displayed in the body of the dialog boxEmpty string
confirmFunctionCalled when the user taps the 'Yes' button.nil
cancelFunctionCalled when the user taps the 'No' button.nil

API Status

AvailStatusComment
BW radiosfalse
Color radiostrueactive

Change log

EdgeTX versionChange
2.11.0Introduced