projects/m2-core/src/lib/model/dialog/selector/list/ModalListSelectorConfig.ts
Properties |
|
| defaultImageSrc |
defaultImageSrc:
|
Type : string
|
| Optional |
| deleteItemFn |
deleteItemFn:
|
Type : function
|
| Optional |
| dialogHeader |
dialogHeader:
|
Type : string
|
| Optional |
| displayNameProp |
displayNameProp:
|
| Optional |
| getItemsFn |
getItemsFn:
|
Type : function
|
| imageDataProp |
imageDataProp:
|
| Optional |
| isCheckedFn |
isCheckedFn:
|
Type : function
|
| Optional |
| itemTmpl |
itemTmpl:
|
Type : TemplateRef<any>
|
| Optional |
| multiselect |
multiselect:
|
Type : boolean
|
| Optional |
| onCreateItemClickFn |
onCreateItemClickFn:
|
Type : function
|
| Optional |
| onEditItemClickFn |
onEditItemClickFn:
|
Type : function
|
| Optional |
| onItemsLoadedFn |
onItemsLoadedFn:
|
Type : function
|
| Optional |
| onSelectedFn |
onSelectedFn:
|
Type : function
|
| searchOptions |
searchOptions:
|
Type : Option<boolean>[]
|
| Optional |
| selectAllCheckbox |
selectAllCheckbox:
|
Type : boolean
|
| Optional |
| showListItemImage |
showListItemImage:
|
Type : boolean
|
| Optional |
| showStatusIndicator |
showStatusIndicator:
|
Type : boolean
|
| Optional |