projects/m2-core/src/lib/widget-modules/tree-utils/node-path.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | node-path |
| styles |
.path-placeholder {
background: linear-gradient(to right, #EEE 80%, transparent 0), linear-gradient(130deg, transparent 86%, #EEE 86%, #EEE 91%, transparent 0);
background-size: 30% 100%;
width: 40%;
height: .6em;
margin: .8em 0 .5em;
}
|
| template | |
Inputs |
| classifierId |
Type : number
|
Default value : -1
|
| path |
Type : TreeNodeData[]
|
| pathIconClass |
Type : string
|
Default value : 'fa-folder-open'
|
| placeholderStyle |
Type : CSSStyleDeclaration
|
| searchQuery |
Type : string
|
| showPathIcon |
Type : boolean
|
Default value : true
|
| styleClasses |
Type : string
|
| target |
Type : string
|
Default value : '_self'
|
| taxonomyReferenceId |
Type : number
|
Default value : -1
|