Skip to main content

mapper.set_secondary_mappings()

mapper.set_secondary_mappings(mapping_defs)

This funcion sets up the secondary Event-Action mappings.

tip

You can reset the secondary Event-Action mappings by specifying an empty table, i.e. {}.

Parameters

ParameterTypeDescription
mapping_defstableEvent-Action mapping array.
It specifis an array table of Event-Action mapping definiton

Return Values

This function doesn't return any value.

See Also