projects/m2-core/src/lib/core/service/taxonomy/requests/EditTreeClassifierPresentationRequest.ts
Properties |
|
constructor(classifierId: number, itemId: number, contentType, taxonomyReference?: number, showStandardizedItemsOnly?: boolean)
|
| Public classifierId |
Type : number
|
| Public content |
Type : TreeClassifierContentType
|
| Public itemId |
Type : number
|
| Public Optional showStandardizedItemsOnly |
Type : boolean
|
| Public taxonomyReference |
Type : number
|
| Public Optional buildThinTree |
Type : boolean
|
| Public Optional currentRowId |
Type : number
|
| Public Optional directChildrenOnly |
Type : boolean
|
| Public Optional filters |
Type : ElementFilter[]
|
| Public Optional forceRefresh |
Type : boolean
|
| Public iteration |
Type : number
|
| Public rowsMode |
Default value : TableRowsMode.ByPage
|
| Public Optional sortParams |
Type : ItemSortParam[]
|
| Public tableId |
Type : number
|
| Public Optional treeFilter |
Type : string
|