module documentation

Scripts - Run MicroPython scripts.

Function run Run the app.
Function start Start the app.
Function stop Stop the app.
Function _set_scripts Create a new JS engine instance.
Variable _js Undocumented
Variable _scripts Undocumented
Variable _scripts_index Undocumented
def run(view_manager):

Run the app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the app.

Parameters
view_manager:ViewManagerThe view manager context.
def _set_scripts() -> bool:

Create a new JS engine instance.

Returns
boolTrue on success.
_js =

Undocumented

_scripts =

Undocumented

_scripts_index: int =

Undocumented