# Project

| Property                | Function                                                                                                                                                                                                                                             | Type                                                                                                                                                                                                                                                         |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Current page title      | <p>Gets current page title<br><br><strong>Actions editor:</strong><br><code>Property > Project > Current page title</code><br><strong>Code:</strong><br><code>document.currentPageTitle</code></p>                                                   | `string`                                                                                                                                                                                                                                                     |
| Current page number     | <p>Gets current page number<br><br><strong>Actions editor:</strong><br><code>Property > Project > Current page number</code><br><strong>Code:</strong><br><code>document.currentPageNumber</code></p>                                                | `int`                                                                                                                                                                                                                                                        |
| Previous page title     | <p>Gets previous page title<br><br><strong>Actions editor:</strong><br><code>Property > Project > Previous page title</code><br><strong>Code:</strong><br><code>document.prevPageTitle</code></p>                                                    | `string`                                                                                                                                                                                                                                                     |
| Previous page number    | <p>Gets previous page number<br><br><strong>Actions editor:</strong><br><code>Property > Project > Previous page number</code><br><strong>Code:</strong><br><code>document.prevPageNumber</code></p>                                                 | `int`                                                                                                                                                                                                                                                        |
| Count pages             | <p>Gets count of pages<br><br><strong>Actions editor:</strong><br><code>Property > Project > Count pages</code><br><strong>Code:</strong><br><code>document.countPages</code></p>                                                                    | `int`                                                                                                                                                                                                                                                        |
| Is page changing        | <p>Gets true if page animation is in progress<br><br><strong>Actions editor:</strong><br><code>Property > Project > Is page changing</code><br><strong>Code:</strong><br><code>document.pageChanging</code></p>                                      | `bool`                                                                                                                                                                                                                                                       |
| Maximized title         | <p>Gets maximized widget title<br><br><strong>Actions editor:</strong><br><code>Property > Project > Maximized title</code><br><strong>Code:</strong><br><code>document.maximizedTitle</code></p>                                                    | `string`                                                                                                                                                                                                                                                     |
| Inactivity time         | <p>Gets inactivity time in seconds<br><br><strong>Actions editor:</strong><br><code>Property > Project > Inactivity time</code><br><strong>Code:</strong><br><code>document.inactivity</code></p>                                                    | `int`                                                                                                                                                                                                                                                        |
| Timestamp               | <p>Gets timestamp (number of seconds since 1970-01-01T00:00:00 Universal Coordinated Time).<br><br><strong>Actions editor:</strong><br><code>Property > Project > Timestamp</code><br><strong>Code:</strong><br><code>document.timeNumber</code></p> | `int`                                                                                                                                                                                                                                                        |
| Time string             | <p>Gets formatted time HH:MM:SS<br><br><strong>Actions editor:</strong><br><code>Property > Project > Time string</code><br><strong>Code:</strong><br><code>document.timeString</code></p>                                                           | `string`                                                                                                                                                                                                                                                     |
| Date time               | <p>Gets formatted datetime YYYY-MM-DD HH:MM:SS<br><br><strong>Actions editor:</strong><br><code>Property > Project > Date time</code><br><strong>Code:</strong><br><code>document.dateTime</code></p>                                                | `string`                                                                                                                                                                                                                                                     |
| Day                     | <p>Gets current day (1 to 31)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Day</code><br><strong>Code:</strong><br><code>document.currentDay</code></p>                                                                     | `int`                                                                                                                                                                                                                                                        |
| Day of week             | <p>Gets current day of the week (1 = Monday to 7 = Sunday)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Day of week</code><br><strong>Code:</strong><br><code>document.currentDayOfWeek</code></p>                          | `int`                                                                                                                                                                                                                                                        |
| Month                   | <p>Gets current month (1 to 12)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Month</code><br><strong>Code:</strong><br><code>document.currentMonth</code></p>                                                               | `int`                                                                                                                                                                                                                                                        |
| Year                    | <p>Gets current year<br><br><strong>Actions editor:</strong><br><code>Property > Project > Year</code><br><strong>Code:</strong><br><code>document.currentYear</code></p>                                                                            | `int`                                                                                                                                                                                                                                                        |
| Have maximized item     | <p>Gets true if there is maximized widget<br><br><strong>Actions editor:</strong><br><code>Property > Project > Have maximized item</code><br><strong>Code:</strong><br><code>document.haveExpandedItem</code></p>                                   | `bool`                                                                                                                                                                                                                                                       |
| Pressed key             | <p>Gets last pressed key<br><br><strong>Actions editor:</strong><br><code>Property > Project > Pressed key</code><br><strong>Code:</strong><br><code>document.pressedKey</code></p>                                                                  | `int`                                                                                                                                                                                                                                                        |
| Released key            | <p>Gets last released key<br><br><strong>Actions editor:</strong><br><code>Property > Project > Released key</code><br><strong>Code:</strong><br><code>document.releasedKey</code></p>                                                               | `int`                                                                                                                                                                                                                                                        |
| Hold key                | <p>Gets last hold key<br><br><strong>Actions editor:</strong><br><code>Property > Project > Hold key</code><br><strong>Code:</strong><br><code>document.holdKey</code></p>                                                                           | `int`                                                                                                                                                                                                                                                        |
| Pressed key text        | <p>Gets last pressed key text<br><br><strong>Actions editor:</strong><br><code>Property > Project > Pressed key text</code><br><strong>Code:</strong><br><code>document.pressedKeyText</code></p>                                                    | `string`                                                                                                                                                                                                                                                     |
| Mouse x                 | <p>Gets mouse x position<br><br><strong>Actions editor:</strong><br><code>Property > Project > Mouse x</code><br><strong>Code:</strong><br><code>document.mouseX</code></p>                                                                          | `double`                                                                                                                                                                                                                                                     |
| Mouse y                 | <p>Gets mouse y position<br><br><strong>Actions editor:</strong><br><code>Property > Project > Mouse y</code><br><strong>Code:</strong><br><code>document.mouseY</code></p>                                                                          | `double`                                                                                                                                                                                                                                                     |
| Is online               | <p>Check if the internet connection is up<br><br><strong>Actions editor:</strong><br><code>Property > Project > Is online</code><br><strong>Code:</strong><br><code>document.isOnline</code></p>                                                     | `bool`                                                                                                                                                                                                                                                       |
| Os                      | <p>Gets name of the operating system<br><br><strong>Actions editor:</strong><br><code>Property > Project > Os</code><br><strong>Code:</strong><br><code>document.os</code></p>                                                                       | <p><code>string</code><br><br><strong>Values:</strong><br><code>android</code><br><code>ios</code><br><code>tvos</code><br><code>linux</code><br><code>osx</code><br><code>qnx</code><br><code>unix</code><br><code>windows</code><br><code>winrt</code></p> |
| Tablet                  | <p>Gets true if device is tablet or false if device is phone<br><br><strong>Actions editor:</strong><br><code>Property > Project > Tablet</code><br><strong>Code:</strong><br><code>document.tablet</code></p>                                       | `bool`                                                                                                                                                                                                                                                       |
| Landscape               | <p>Gets true if project orientation is Landscape<br><br><strong>Actions editor:</strong><br><code>Property > Project > Landscape</code><br><strong>Code:</strong><br><code>document.isLandscape</code></p>                                           | `bool`                                                                                                                                                                                                                                                       |
| Screen landscape        | <p>Gets true if screen orientation is Landscape<br><br><strong>Actions editor:</strong><br><code>Property > Project > Screen landscape</code><br><strong>Code:</strong><br><code>document.isScreenLandscape</code></p>                               | `bool`                                                                                                                                                                                                                                                       |
| RecordActive            | <p>Not documented<br><br><strong>Actions editor:</strong><br><code>Property > Project > RecordActive</code><br><strong>Code:</strong><br><code>document.recordActive</code></p>                                                                      | `bool`                                                                                                                                                                                                                                                       |
| Incoming content        | <p>Not documented<br><br><strong>Actions editor:</strong><br><code>Property > Project > Incoming content</code><br><strong>Code:</strong><br><code>document.incomingContent</code></p>                                                               | `string`                                                                                                                                                                                                                                                     |
| Push notification title | <p>Not documented<br><br><strong>Actions editor:</strong><br><code>Property > Project > Push notification title</code><br><strong>Code:</strong><br><code>document.pushNotificationTitle</code></p>                                                  | `string`                                                                                                                                                                                                                                                     |
| Push notification body  | <p>Not documented<br><br><strong>Actions editor:</strong><br><code>Property > Project > Push notification body</code><br><strong>Code:</strong><br><code>document.pushNotificationBody</code></p>                                                    | `string`                                                                                                                                                                                                                                                     |
| Locale                  | <p>Gets locale (en\_US, de\_DE, etc.)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Locale</code><br><strong>Code:</strong><br><code>document.userLocale</code></p>                                                          | `string`                                                                                                                                                                                                                                                     |
| Device id               | <p>Gets device id<br><br><strong>Actions editor:</strong><br><code>Property > Project > Device id</code><br><strong>Code:</strong><br><code>document.deviceId</code></p>                                                                             | `string`                                                                                                                                                                                                                                                     |

## Settings

<div align="left"><img src="/files/-MIxukRwaWc6lrsh9Q9j" alt=""></div>

| Property         | Function                                                                                                                                                                                                                             | Type                                                                                                                             |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| Width            | Screen width                                                                                                                                                                                                                         | `int`                                                                                                                            |
| Height           | Screen height                                                                                                                                                                                                                        | `int`                                                                                                                            |
| Orientation      | <p>Screen orientation<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Orientation</code><br><strong>Code:</strong><br><code>document.allowOrientation</code></p>                                    | <p><code>enum</code><br><br><strong>Values:</strong><br><code>Both</code><br><code>Landscape</code><br><code>Portrait</code></p> |
| Blur             | <p>Blur effect when flipping pages or maximizing widgets<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Blur</code><br><strong>Code:</strong><br><code>document.blurEnabled</code></p>             | `bool`                                                                                                                           |
| Cursor           | <p>Display cursor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Cursor</code><br><strong>Code:</strong><br><code>document.showCursor</code></p>                                                   | `bool`                                                                                                                           |
| Asynchronous     | Enable asynchronous loading                                                                                                                                                                                                          | `bool`                                                                                                                           |
| Load on demand   | Enable loading on demand                                                                                                                                                                                                             | `bool`                                                                                                                           |
| Page image cache | Enable page image cache                                                                                                                                                                                                              | `bool`                                                                                                                           |
| Screensaver      | <p>Interval for automatic page change when idle<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Screensaver</code><br><strong>Code:</strong><br><code>document.screensaverActivationTime</code></p> | `int`                                                                                                                            |
| Volume           | <p>Holds the audio volume from 0 (silence) to 100 (full volume)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Volume</code><br><strong>Code:</strong><br><code>document.volume</code></p>         | `int`                                                                                                                            |

### Status bar

<div align="left"><img src="/files/-MIxukS-VDkhgTvLLkgl" alt=""></div>

| Property   | Function                                                                                                                                                                                                                      | Type    |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Statusbar  | <p>Display status bar<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Status bar > Statusbar</code><br><strong>Code:</strong><br><code>document.settings.statusBarVisibility</code></p>      | `bool`  |
| Dark       | <p>Enable dark text of status bar<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Status bar > Dark</code><br><strong>Code:</strong><br><code>document.settings.statusBarDarkText</code></p> | `bool`  |
| Background | <p>Status bar background color<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Status bar > Background</code><br><strong>Code:</strong><br><code>document.settings.statusBarColor</code></p> | `color` |

### Mouse trail

<div align="left"><img src="/files/-MIxukRyckqkkiTr7bqI" alt=""></div>

| Property   | Function                                                                                                                                                                                                                                                    | Type    |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Show trail | <p>Display trails from touches or gestures (only for Desktop apps)<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Mouse trail > Show trail</code><br><strong>Code:</strong><br><code>document.particlesVisible</code></p> | `bool`  |
| Color      | <p>Trail color<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Mouse trail > Color</code><br><strong>Code:</strong><br><code>document.particlesColor</code></p>                                                            | `color` |
| Random     | <p>Enable random trail color<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Mouse trail > Random</code><br><strong>Code:</strong><br><code>document.particlesRandomColor</code></p>                                       | `bool`  |
| Size       | <p>Trail size in pixels<br><br><strong>Actions editor:</strong><br><code>Property > Project > Settings > Mouse trail > Size</code><br><strong>Code:</strong><br><code>document.particlesSize</code></p>                                                     | `int`   |

## Animation

### Interaction

<div align="left"><img src="/files/-MIxukRrjmk1L54mp3zb" alt=""></div>

| Property     | Function                                                                                                                                                                                                                                                 | Type                                                                                                                        |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Drag area    | <p>Drag area size: margins only or all widget area.<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Interaction > Drag area</code><br><strong>Code:</strong><br><code>document.settings.floatingBlocks</code></p>      | <p><code>enum</code><br><br><strong>Values:</strong><br><code>1 - Margins only</code><br><code>2 - Entire widget</code></p> |
| Turning area | <p>Size of screen edges that allow turning the pages<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Interaction > Turning area</code><br><strong>Code:</strong><br><code>document.settings.turningAreaSize</code></p> | `double`                                                                                                                    |

### Default animation

<div align="left"><img src="/files/-MIxukRsSIzAhylOKDLk" alt=""></div>

| Property           | Function                                                                                                                                                                                                                                        | Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Maximize animation | <p>Maximize animation style<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Maximize > Maximize animation</code><br><strong>Code:</strong><br><code>document.settings.blockResizeAnimation</code></p>         | <p><code>enum</code><br><br><strong>Values:</strong><br><code>QEasingCurve::Linear</code><br><code>QEasingCurve::InQuad</code><br><code>QEasingCurve::OutQuad</code><br><code>QEasingCurve::InOutQuad</code><br><code>QEasingCurve::OutInQuad</code><br><code>QEasingCurve::InCubic</code><br><code>QEasingCurve::OutCubic</code><br><code>QEasingCurve::InOutCubic</code><br><code>QEasingCurve::OutInCubic</code><br><code>QEasingCurve::InQuart</code><br><code>QEasingCurve::OutQuart</code><br><code>QEasingCurve::InOutQuart</code><br><code>QEasingCurve::OutInQuart</code><br><code>QEasingCurve::InQuint</code><br><code>QEasingCurve::OutQuint</code><br><code>QEasingCurve::InOutQuint</code><br><code>QEasingCurve::OutInQuint</code><br><code>QEasingCurve::InSine</code><br><code>QEasingCurve::OutSine</code><br><code>QEasingCurve::InOutSine</code><br><code>QEasingCurve::OutInSine</code><br><code>QEasingCurve::InExpo</code><br><code>QEasingCurve::OutExpo</code><br><code>QEasingCurve::InOutExpo</code><br><code>QEasingCurve::OutInExpo</code><br><code>QEasingCurve::InCirc</code><br><code>QEasingCurve::OutCirc</code><br><code>QEasingCurve::InOutCirc</code><br><code>QEasingCurve::OutInCirc</code><br><code>QEasingCurve::InElastic</code><br><code>QEasingCurve::OutElastic</code><br><code>QEasingCurve::InOutElastic</code><br><code>QEasingCurve::OutInElastic</code><br><code>QEasingCurve::InBack</code><br><code>QEasingCurve::OutBack</code><br><code>QEasingCurve::InOutBack</code><br><code>QEasingCurve::OutInBack</code><br><code>QEasingCurve::InBounce</code><br><code>QEasingCurve::OutBounce</code><br><code>QEasingCurve::InOutBounce</code><br><code>QEasingCurve::OutInBounce</code></p> |
| Duration           | <p>Maximize animation duration in milliseconds<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Maximize > Duration</code><br><strong>Code:</strong><br><code>document.settings.blockResizeDuration</code></p> | `int`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |

### Page animation

<div align="left"><img src="/files/-MIxukRtveZBekJHgYf9" alt=""></div>

| Property           | Function                                                                                                                                                                                                                          | Type                                                                                                                                                                                                                                                                                                                                                    |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Page animation     | <p>Page animation style<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Page animation</code><br><strong>Code:</strong><br><code>document.settings.pageChangerType</code></p>            | <p><code>enum</code><br><br><strong>Values:</strong><br><code>0 - Flip</code><br><code>2 - Swipe</code><br><code>3 - Transition</code><br><code>4 - Scale</code><br><code>5 - Card</code></p>                                                                                                                                                           |
| Duration           | <p>Page animation duration<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Duration</code><br><strong>Code:</strong><br><code>document.settings.pageChangingDuration</code></p>          | `int`                                                                                                                                                                                                                                                                                                                                                   |
| Shadow             | <p>Display shadow<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Shadow</code><br><strong>Code:</strong><br><code>document.settings.pageChangerShadow</code></p>                        | `bool`                                                                                                                                                                                                                                                                                                                                                  |
| Animate navigation | <p>Animate navigation layer<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Animate navigation</code><br><strong>Code:</strong><br><code>document.settings.navigationAnimated</code></p> | `bool`                                                                                                                                                                                                                                                                                                                                                  |
| Direction          | <p>Animation direction<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Direction</code><br><strong>Code:</strong><br><code>document.settings.pageChangerSwipeDirection</code></p>        | <p><code>enum</code><br><br><strong>Values:</strong><br><code>SwipeLeftToRight</code><br><code>SwipeTopToBottom</code></p>                                                                                                                                                                                                                              |
| Transition         | <p>Transition style<br><br><strong>Actions editor:</strong><br><code>Property > Project > Animation > Page > Transition</code><br><strong>Code:</strong><br><code>document.settings.pageChangerVideoMaskType</code></p>           | <p><code>enum</code><br><br><strong>Values:</strong><br><code>VideoMaskArrows</code><br><code>VideoMaskBurn</code><br><code>VideoMaskCards</code><br><code>VideoMaskCircles</code><br><code>VideoMaskDrip</code><br><code>VideoMaskDynamic</code><br><code>VideoMaskShatter</code><br><code>VideoMaskSpiral</code><br><code>VideoMaskStripes</code></p> |

## Publish

<div align="left"><img src="/files/-MIxukRus6mvine531KY" alt=""></div>

| Property              | Function                                                                                                                                                                                                                                                   | Type                                                                                                                                                  |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Fill mode             | <p>Defines what happens when the device screen resolution has a different size.<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Fill mode</code><br><strong>Code:</strong><br><code>document.ratioFillMode</code></p>      | <p><code>enum</code><br><br><strong>Values:</strong><br><code>Stretch</code><br><code>Fit</code><br><code>Pad</code></p>                              |
| Vertical              | <p>Vertical alignment<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Vertical</code><br><strong>Code:</strong><br><code>document.ratioAnchorsVertical</code></p>                                                          | <p><code>int</code><br><br><strong>Values:</strong><br><code>Qt::AlignTop</code><br><code>Qt::AlignBottom</code><br><code>Qt::AlignVCenter</code></p> |
| Horizontal            | <p>Horizontal alignment<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Horizontal</code><br><strong>Code:</strong><br><code>document.ratioAnchorsHorizontal</code></p>                                                    | <p><code>int</code><br><br><strong>Values:</strong><br><code>Qt::AlignLeft</code><br><code>Qt::AlignRight</code><br><code>Qt::AlignHCenter</code></p> |
| Fullscreen maximize   | <p>Maximize widgets to fullscreen regardless of the fill mode<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Fullscreen maximize</code><br><strong>Code:</strong><br><code>document.ratioExpanded</code></p>              | `bool`                                                                                                                                                |
| Fullscreen background | <p>Fit page background image to fullscreen regardless of the fill mode<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Fullscreen background</code><br><strong>Code:</strong><br><code>document.ratioBackground</code></p> | `bool`                                                                                                                                                |
| Scale fonts           | <p>Scale fonts<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Scale fonts</code><br><strong>Code:</strong><br><code>document.ratioFont</code></p>                                                                         | `bool`                                                                                                                                                |
| Window type           | Sets window type of exported project. Possible values are: Fullscreen, Maximized or Fixed sized                                                                                                                                                            | `int`                                                                                                                                                 |
| Force project size    | Enable fullscreen on multiple monitors                                                                                                                                                                                                                     | `bool`                                                                                                                                                |
| Window title          | Sets window title of exported project                                                                                                                                                                                                                      | `string`                                                                                                                                              |
| Start page            | Sets start page of exported project                                                                                                                                                                                                                        | `int`                                                                                                                                                 |
| Google analytics      | Sets Google Analytics Id (GA\_TRACKING\_ID)                                                                                                                                                                                                                | `string`                                                                                                                                              |
| Rotate maximized item | <p>Enable to allow rotation of maximized item<br><br><strong>Actions editor:</strong><br><code>Property > Project > Publish > Rotate maximized item</code><br><strong>Code:</strong><br><code>document.rotateMaximized</code></p>                          | `bool`                                                                                                                                                |
| Video renderer        | Sets video renderer (for Windows only)                                                                                                                                                                                                                     | `string`                                                                                                                                              |

## Sensors

<div align="left"><img src="/files/-MIxukRv_FDxyKblXdMf" alt=""></div>

### Accelerometer

| Property       | Function                                                                                                                                                                                                                        | Type     |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| AccelerometerX | <p>Gets acceleration on the X axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Accelerometer > AccelerometerX</code><br><strong>Code:</strong><br><code>document.accelerometerX</code></p>  | `double` |
| AccelerometerY | <p>Gets acceleration on the Y axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Accelerometer > AccelerometerY</code><br><strong>Code:</strong><br><code>document.accelerometerY</code></p>  | `double` |
| AccelerometerZ | <p>Gets acceleration on the Z axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Accelerometer > AccelerometerZ</code><br><strong>Code:</strong><br><code>document.accelerometerZ</code></p>  | `double` |
| Accelerometer  | <p>Enable accelerometer sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Accelerometer > Accelerometer</code><br><strong>Code:</strong><br><code>document.accelerometerEnabled</code></p> | `bool`   |

### Ambient

| Property            | Function                                                                                                                                                                                                                                                      | Type     |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Ambient light       | <p>Gets ambient light level<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Ambient > Ambient light</code><br><strong>Code:</strong><br><code>document.ambientLightSensorLevel</code></p>                                     | `int`    |
| Ambient temperature | <p>Gets ambient temperature in degree Celsius<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Ambient > Ambient temperature</code><br><strong>Code:</strong><br><code>document.ambientTemperatureSensorTemperature</code></p> | `double` |
| Light (amb)         | <p>Enable ambient light sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Ambient > Light (amb)</code><br><strong>Code:</strong><br><code>document.ambientLightSensorEnabled</code></p>                                  | `bool`   |
| Temperature (amb)   | <p>Enable ambient temperature sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Ambient > Temperature (amb)</code><br><strong>Code:</strong><br><code>document.ambientTemperatureSensorEnabled</code></p>                | `bool`   |

### Compass

| Property        | Function                                                                                                                                                                                                             | Type     |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Compass azimuth | <p>Gets azimuth of the device<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Compass > Compass azimuth</code><br><strong>Code:</strong><br><code>document.compassAzimuth</code></p> | `double` |
| Compass         | <p>Enable compass sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Compass > Compass</code><br><strong>Code:</strong><br><code>document.compassEnabled</code></p>              | `bool`   |

### Gyroscope

| Property    | Function                                                                                                                                                                                                                    | Type     |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Gyroscope x | <p>Gets angular velocity around the x axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Gyroscope > Gyroscope x</code><br><strong>Code:</strong><br><code>document.gyroscopeX</code></p> | `double` |
| Gyroscope y | <p>Gets angular velocity around the y axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Gyroscope > Gyroscope y</code><br><strong>Code:</strong><br><code>document.gyroscopeY</code></p> | `double` |
| Gyroscope z | <p>Gets angular velocity around the z axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Gyroscope > Gyroscope z</code><br><strong>Code:</strong><br><code>document.gyroscopeZ</code></p> | `double` |
| Gyroscope   | <p>Enable gyroscope sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Gyroscope > Gyroscope</code><br><strong>Code:</strong><br><code>document.gyroscopeEnabled</code></p>             | `bool`   |

### Light

| Property          | Function                                                                                                                                                                                                           | Type     |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- |
| Light illuminance | <p>Gets light level<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Light > Light illuminance</code><br><strong>Code:</strong><br><code>document.lightSensorIlluminance</code></p> | `double` |
| Light             | <p>Enable light sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Light > Light</code><br><strong>Code:</strong><br><code>document.lightSensorEnabled</code></p>              | `bool`   |

### Magnetometer

| Property       | Function                                                                                                                                                                                                                                  | Type     |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Magnetometer x | <p>Gets raw magnetic flux density on the X axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Magnetometer > Magnetometer x</code><br><strong>Code:</strong><br><code>document.magnetometerX</code></p> | `double` |
| Magnetometer y | <p>Gets raw magnetic flux density on the Y axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Magnetometer > Magnetometer y</code><br><strong>Code:</strong><br><code>document.magnetometerY</code></p> | `double` |
| Magnetometer z | <p>Gets raw magnetic flux density on the Z axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Magnetometer > Magnetometer z</code><br><strong>Code:</strong><br><code>document.magnetometerZ</code></p> | `double` |
| Magnetometer   | <p>Enable magnetometer sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Magnetometer > Magnetometer</code><br><strong>Code:</strong><br><code>document.magnetometerEnabled</code></p>               | `bool`   |

### Orientation

| Property          | Function                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Type   |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------ |
| Orientation value | <p>Gets orientation of the device<br>0 - The orientation is unknown.<br>1 - The Top edge of the device is pointing up.<br>2 - The Top edge of the device is pointing down.<br>3 - The Left edge of the device is pointing up.<br>4 - The Right edge of the device is pointing up.<br>5 - The Face of the device is pointing up.<br>6 - The Face of the device is pointing down.<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Orientation > Orientation value</code><br><strong>Code:</strong><br><code>document.orientationSensorOrientation</code></p> | `int`  |
| Orientation       | <p>Enable orientation sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Orientation > Orientation</code><br><strong>Code:</strong><br><code>document.orientationSensorEnabled</code></p>                                                                                                                                                                                                                                                                                                                                                              | `bool` |

### Pressure

| Property             | Function                                                                                                                                                                                                                                                               | Type     |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Pressure value       | <p>Gets atmospheric pressure value in Pascals<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Pressure > Pressure value</code><br><strong>Code:</strong><br><code>document.pressureSensorPressure</code></p>                           | `double` |
| Pressure temperature | <p>Gets pressure sensor's temperature value in degrees Celsius<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Pressure > Pressure temperature</code><br><strong>Code:</strong><br><code>document.pressureSensorTemperature</code></p> | `double` |
| Pressure             | <p>Enable pressure sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Pressure > Pressure</code><br><strong>Code:</strong><br><code>document.pressureSensorEnabled</code></p>                                                      | `bool`   |

### Proximity

| Property        | Function                                                                                                                                                                                                                                    | Type   |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| Proximity value | <p>Gets value indicating if something is near<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Proximity > Proximity value</code><br><strong>Code:</strong><br><code>document.proximitySensorNear</code></p> | `bool` |
| Proximity       | <p>Enable proximity sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Proximity > Proximity</code><br><strong>Code:</strong><br><code>document.proximitySensorEnabled</code></p>                       | `bool` |

### Rotation

| Property   | Function                                                                                                                                                                                                               | Type     |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Rotation x | <p>Gets rotation around the x axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Rotation > Rotation x</code><br><strong>Code:</strong><br><code>document.rotationSensorX</code></p> | `double` |
| Rotation y | <p>Gets rotation around the y axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Rotation > Rotation y</code><br><strong>Code:</strong><br><code>document.rotationSensorY</code></p> | `double` |
| Rotation z | <p>Gets rotation around the z axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Rotation > Rotation z</code><br><strong>Code:</strong><br><code>document.rotationSensorZ</code></p> | `double` |
| Rotation   | <p>Enable rotation sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Rotation > Rotation</code><br><strong>Code:</strong><br><code>document.rotationSensorEnabled</code></p>      | `bool`   |

### Tilt

| Property        | Function                                                                                                                                                                                                                      | Type     |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Tilt rotation x | <p>Gets amount of tilt on the X axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Tilt > Tilt rotation x</code><br><strong>Code:</strong><br><code>document.tiltSensorXRotation</code></p> | `double` |
| Tilt rotation y | <p>Gets amount of tilt on the Y axis<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Tilt > Tilt rotation y</code><br><strong>Code:</strong><br><code>document.tiltSensorYRotation</code></p> | `double` |
| Tilt            | <p>Enable tilt sensor<br><br><strong>Actions editor:</strong><br><code>Property > Project > Sensors > Tilt > Tilt</code><br><strong>Code:</strong><br><code>document.tiltSensorEnabled</code></p>                             | `bool`   |

## Actions

| Property                     | Function                                                                                                                                                                                                                                                                     |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Go to page                   | <p>Open page by id<br><br><strong>Actions editor:</strong><br><code>Actions > Go to page</code><br><strong>Code:</strong><br><code>document.script.actionShowObjectById(int id)</code></p>                                                                                   |
| Go to page number            | <p>Open page by number<br><br><strong>Actions editor:</strong><br><code>Actions > Go to page number</code><br><strong>Code:</strong><br><code>document.script.actionShowObjectByNum(int num)</code></p>                                                                      |
| Next page                    | <p>Open next page<br><br><strong>Actions editor:</strong><br><code>Actions > Next page</code><br><strong>Code:</strong><br><code>document.script.actionTurnForward()</code></p>                                                                                              |
| Prev page                    | <p>Open prev page<br><br><strong>Actions editor:</strong><br><code>Actions > Prev page</code><br><strong>Code:</strong><br><code>document.script.actionTurnBackward()</code></p>                                                                                             |
| Execute                      | <p>Execute custom script<br><br><strong>Actions editor:</strong><br><code>Actions > Execute</code><br><strong>Code:</strong><br><code>document.script.actionExecute(QString code)</code></p>                                                                                 |
| Quit                         | <p>Close application<br><br><strong>Actions editor:</strong><br><code>Actions > Quit</code><br><strong>Code:</strong><br><code>document.script.actionQuit()</code></p>                                                                                                       |
| Rotate                       | <p>Rotate the screen by 180 degree<br><br><strong>Actions editor:</strong><br><code>Actions > Rotate</code><br><strong>Code:</strong><br><code>document.script.actionRotate()</code></p>                                                                                     |
| Print                        | <p>Print current page on default printer<br><br><strong>Actions editor:</strong><br><code>Actions > Print</code><br><strong>Code:</strong><br><code>document.script.actionPrint()</code></p>                                                                                 |
| Minimize all                 | <p>Minimize all maximized items<br><br><strong>Actions editor:</strong><br><code>Actions > Minimize all</code><br><strong>Code:</strong><br><code>document.script.actionShrinkAll()</code></p>                                                                               |
| Stop all media               | <p>Stop playing all media<br><br><strong>Actions editor:</strong><br><code>Actions > Stop all media</code><br><strong>Code:</strong><br><code>document.script.actionStopAll()</code></p>                                                                                     |
| Save as image                | <p>Save current page as image to default Documents folder<br><br><strong>Actions editor:</strong><br><code>Actions > Save as image</code><br><strong>Code:</strong><br><code>document.script.actionSaveAsImage(QString fileName)</code></p>                                  |
| Save text to file            | <p>Save text to the file created in Documents folder<br><br><strong>Actions editor:</strong><br><code>Actions > Save text to file</code><br><strong>Code:</strong><br><code>document.script.actionSaveToFile(QString fileName, QString text, bool overwrite)</code></p>      |
| Backward                     | <p><strong>Actions editor:</strong><br><code>Actions > Backward</code><br><strong>Code:</strong><br><code>document.script.actionBackward()</code></p>                                                                                                                        |
| Forward                      | <p><strong>Actions editor:</strong><br><code>Actions > Forward</code><br><strong>Code:</strong><br><code>document.script.actionForward()</code></p>                                                                                                                          |
| Open Url                     | <p>If the specified URL scheme is handled by another app, OS launches that app and passes the URL to it.<br><br><strong>Actions editor:</strong><br><code>Actions > Open Url</code><br><strong>Code:</strong><br><code>document.script.actionOpenUrl(QString url)</code></p> |
| Unload unused pages          | <p>Unload pages, keep in memory only current page<br><br><strong>Actions editor:</strong><br><code>Actions > Unload unused pages</code><br><strong>Code:</strong><br><code>document.script.actionUnloadUnusedPages()</code></p>                                              |
| Open camera picker           | <p><strong>Actions editor:</strong><br><code>Actions > Open camera picker</code><br><strong>Code:</strong><br><code>document.script.actionOpenCameraPicker()</code></p>                                                                                                      |
| Open photo picker            | <p><strong>Actions editor:</strong><br><code>Actions > Open photo picker</code><br><strong>Code:</strong><br><code>document.script.actionOpenPhotoPicker()</code></p>                                                                                                        |
| Download url                 | <p><strong>Actions editor:</strong><br><code>Actions > Download url</code><br><strong>Code:</strong><br><code>document.script.actionDownload(QString url)</code></p>                                                                                                         |
| Remove downloads             | <p>Remove downloaded file by name, empty filename to remove all files<br><br><strong>Actions editor:</strong><br><code>Actions > Remove downloads</code><br><strong>Code:</strong><br><code>document.script.actionRemoveDownloads(QString filename)</code></p>               |
| Abort all downloads          | <p><strong>Actions editor:</strong><br><code>Actions > Abort all downloads</code><br><strong>Code:</strong><br><code>document.script.actionAbortDownloads()</code></p>                                                                                                       |
| Get downloaded file by index | <p>Get downloaded file by index<br><br><strong>Actions editor:</strong><br><code>Actions > Get downloaded file by index</code><br><strong>Code:</strong><br><code>document.script.actionGetDownloadedFileByIndex(int index)</code></p>                                       |
| Get downloaded file by name  | <p>Get downloaded file by name<br><br><strong>Actions editor:</strong><br><code>Actions > Get downloaded file by name</code><br><strong>Code:</strong><br><code>document.script.actionGetDownloadedFileByName(QString filename)</code></p>                                   |

## Events

| Property            | Function                                                                                                                                                                                                             |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Changed             | <p>Event when any property is changed<br><br><strong>Actions editor:</strong><br><code>Event > Changed</code><br><strong>Code:</strong><br><code>document.script.eventChanged()</code></p>                           |
| Enter page          | <p>Event when any page was opened<br><br><strong>Actions editor:</strong><br><code>Event > Enter page</code><br><strong>Code:</strong><br><code>document.script.eventEnteredPage()</code></p>                        |
| Leave page          | <p>Event when leave any page<br><br><strong>Actions editor:</strong><br><code>Event > Leave page</code><br><strong>Code:</strong><br><code>document.script.eventLeavedPage()</code></p>                              |
| Open project        | <p>Event when project is opened<br><br><strong>Actions editor:</strong><br><code>Event > Open project</code><br><strong>Code:</strong><br><code>document.script.eventOpenedProject()</code></p>                      |
| Project orientation | <p>Event when project orientation changed<br><br><strong>Actions editor:</strong><br><code>Event > Project orientation</code><br><strong>Code:</strong><br><code>document.script.eventOrientation()</code></p>       |
| Screen orientation  | <p>Event when device orientation changed<br><br><strong>Actions editor:</strong><br><code>Event > Screen orientation</code><br><strong>Code:</strong><br><code>document.script.eventScreenOrientation()</code></p>   |
| Maximized item      | <p>Event when any item is maximized<br><br><strong>Actions editor:</strong><br><code>Event > Maximized item</code><br><strong>Code:</strong><br><code>document.script.eventExpandItem()</code></p>                   |
| Minimized item      | <p>Event when any item is minimized<br><br><strong>Actions editor:</strong><br><code>Event > Minimized item</code><br><strong>Code:</strong><br><code>document.script.eventShrinkItem()</code></p>                   |
| Stop all media      | <p><strong>Actions editor:</strong><br><code>Event > Stop all media</code><br><strong>Code:</strong><br><code>document.script.eventStopAll()</code></p>                                                              |
| Key pressed         | <p>Event when key is pressed<br><br><strong>Actions editor:</strong><br><code>Event > Key pressed</code><br><strong>Code:</strong><br><code>document.script.eventKeyPressed()</code></p>                             |
| Key released        | <p>Event when key is released<br><br><strong>Actions editor:</strong><br><code>Event > Key released</code><br><strong>Code:</strong><br><code>document.script.eventKeyReleased()</code></p>                          |
| Key hold            | <p>Event when key is hold<br><br><strong>Actions editor:</strong><br><code>Event > Key hold</code><br><strong>Code:</strong><br><code>document.script.eventKeyHold()</code></p>                                      |
| Back pressed        | <p>Event when back is pressed on Android device<br><br><strong>Actions editor:</strong><br><code>Event > Back pressed</code><br><strong>Code:</strong><br><code>document.script.eventAndroidBackPressed()</code></p> |
| Pressed             | <p>Event when mouse is pressed on page or widget<br><br><strong>Actions editor:</strong><br><code>Event > Pressed</code><br><strong>Code:</strong><br><code>document.script.eventPressed()</code></p>                |
| Clicked             | <p>Event when mouse is released on page or widget<br><br><strong>Actions editor:</strong><br><code>Event > Clicked</code><br><strong>Code:</strong><br><code>document.script.eventClicked()</code></p>               |
| Mouse moved         | <p>Event when mouse is moved on page or widget<br><br><strong>Actions editor:</strong><br><code>Event > Mouse moved</code><br><strong>Code:</strong><br><code>document.script.eventMouseMoved()</code></p>           |
| Online status       | <p>Event when network connection is changed<br><br><strong>Actions editor:</strong><br><code>Event > Online status</code><br><strong>Code:</strong><br><code>document.script.eventOnlineStatus()</code></p>          |
| Mouse over          | <p>Event when mouse over page or widget<br><br><strong>Actions editor:</strong><br><code>Event > Mouse over</code><br><strong>Code:</strong><br><code>document.script.eventMouseOver()</code></p>                    |
| Minimized item end  | <p>Event when any item is minimized end<br><br><strong>Actions editor:</strong><br><code>Event > Minimized item end</code><br><strong>Code:</strong><br><code>document.script.eventShrinkItemEnd()</code></p>        |
| Maximized item end  | <p>Event when any item is maximized end<br><br><strong>Actions editor:</strong><br><code>Event > Maximized item end</code><br><strong>Code:</strong><br><code>document.script.eventExpandItemEnd()</code></p>        |
| Swipe left          | <p>Event when swipe left<br><br><strong>Actions editor:</strong><br><code>Event > Swipe left</code><br><strong>Code:</strong><br><code>document.script.eventSwipeLeft()</code></p>                                   |
| Swipe right         | <p>Event when swipe right<br><br><strong>Actions editor:</strong><br><code>Event > Swipe right</code><br><strong>Code:</strong><br><code>document.script.eventSwipeRight()</code></p>                                |
| Swipe up            | <p>Event when swipe up<br><br><strong>Actions editor:</strong><br><code>Event > Swipe up</code><br><strong>Code:</strong><br><code>document.script.eventSwipeUp()</code></p>                                         |
| Swipe down          | <p>Event when swipe down<br><br><strong>Actions editor:</strong><br><code>Event > Swipe down</code><br><strong>Code:</strong><br><code>document.script.eventSwipeDown()</code></p>                                   |
| Incoming content    | <p>Event when received content or file from other app<br><br><strong>Actions editor:</strong><br><code>Event > Incoming content</code><br><strong>Code:</strong><br><code>document.script.eventIncoming()</code></p> |
| Share finished      | <p>Event when file sharing finished<br><br><strong>Actions editor:</strong><br><code>Event > Share finished</code><br><strong>Code:</strong><br><code>document.script.eventShareFileFinished()</code></p>            |
| Picker closed       | <p>Event when camera or photo picker closed<br><br><strong>Actions editor:</strong><br><code>Event > Picker closed</code><br><strong>Code:</strong><br><code>document.script.eventPickerClosed()</code></p>          |
| Push Notification   | <p>Event when push notification is received<br><br><strong>Actions editor:</strong><br><code>Event > Push Notification</code><br><strong>Code:</strong><br><code>document.script.eventPushNotification()</code></p>  |
| Download finished   | <p><strong>Actions editor:</strong><br><code>Event > Download finished</code><br><strong>Code:</strong><br><code>document.script.eventDownloadFinished()</code></p>                                                  |
| Download error      | <p><strong>Actions editor:</strong><br><code>Event > Download error</code><br><strong>Code:</strong><br><code>document.script.eventDownloadError()</code></p>                                                        |
| Download progress   | <p><strong>Actions editor:</strong><br><code>Event > Download progress</code><br><strong>Code:</strong><br><code>document.script.eventDownloadProgress()</code></p>                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flipabit.dev/api/project-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
