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:$result = use-modules
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = use-modules @module1
Action code: 1831539162
Version: 0.6.4
Last updated: 2025-06-13