Modules
3 posts tagged with "Modules"
exit-module
The exit-module action exits module and returns to host/parent app. It belongs to the modules category within the platform area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
exit-module
Action code: 1873124452
Version: 0.6.4-0
Last updated: 2025-06-13
launch-module
The launch-module action launches a loaded module. It belongs to the modules category within the platform area.
Action Syntax
launch-module @reference
A reference starting with @
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
launch-module @modulename
Action code: 387521790
Version: 0.6.4-0
Last updated: 2025-06-13
use-modules
function
(use-module)
The use-modules action loads and makes available modules within the larger app. It belongs to the modules category within the platform area.
Action Syntax
use-modules @reference
A reference starting with @
use-modules @reference @reference
A reference starting with @ followed by A reference starting with @
use-modules @reference @reference @reference
A reference starting with @ followed by A reference starting with @ followed by A reference starting with @
use-modules @reference @reference @reference @reference
A reference starting with @ followed by A reference starting with @ followed by A reference starting with @ followed by A reference starting with @
use-modules @reference @reference @reference @reference @reference
A reference starting with @ followed by A reference starting with @ followed by A reference starting with @ followed by A reference starting with @ followed by A reference starting with @
Return Value
This function returns a
RESPONSE
value that can be stored in a variable: