Actions
4 posts tagged with "Actions"
allow-dynamic-actions
The allow-dynamic-actions action allowed dynamic action referencing. It belongs to the actions category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
allow-dynamic-actions
dynamic-action
The dynamic-action action hidden command that is a dynamic action “carrier” action. It belongs to the actions category within the system area.
Action Syntax
dynamic-action "text"
dynamic-action 123
dynamic-action 123 123
dynamic-action $variable
dynamic-action $variable $variable
dynamic-action [file]
dynamic-action "text" [file]
Valid sizes
Examples
// Basic Usage
dynamic-action "placeholder"
// Using Variables
// Display dynamic content from variables
dynamic-action $varname
list-dynamic-actions
The list-dynamic-actions action lists the names of dynamic-actions. It belongs to the actions category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
list-dynamic-actions
register-actionset
The register-actionset action registers/loads a remote actionset. It belongs to the actions category within the system area.
Action Syntax
register-actionset https://...
Return Value
This function returns a
$result = register-actionset
Valid sizes
Examples
// Basic Usage
$response = register-actionset https://actionsetrepo