core/select-modal/select-modal.model.ts
Use event to trigger an update on a select modal entry.
Properties |
| mapper |
mapper:
|
Type : function
|
| Optional |
|
A function to call whenever an item is updated. Allows to read or modify the object attached to the updated item, e.g. to set a flag on the object. |
| object |
object:
|
Type : ISelectModalObject
|
|
Object refering to the item that is to be updated |
| template |
template:
|
Type : TemplateRef<T>
|
| Optional |
|
Allows to define a template that will be rendered next to the item option label. |