action_params

Returns action parameters.

Target function

Signature

1action_params()

Returns action parameters.

action_params is a global callable that can be used wherever an expression is valid. action_params is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Examples

Basic call

1action_params
The example shows the call shape; use bind values and checked errors for visitor-supplied data.