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
Parameter | Type | Description |
---|---|---|
mapping_defs | table | Event-Action mapping array. It specifis an array table of Event-Action mapping definiton |
Return Values
This function doesn't return any value.