Skip to content

The Parameter object provides details regarding a parameter of a a function.

name

  • Type: string_t
  • Requirement: optional

The parameter name.

post_value

  • Type: string_t
  • Requirement: optional

The parameter value after function execution.

pre_value

  • Type: string_t
  • Requirement: optional

The parameter value before function execution.

At least one of: name, pre_value, post_value