projects/m2-core/src/lib/shared/ui-components/inherited-tip.component.ts
| selector | inherited-tip |
| styles |
.content-wrapper {
padding: 0 .5em;
white-space: nowrap;
min-width: 20em;
max-width: 70vw;
}
footer {
margin-top: .5em;
text-align: right;
}
|
| template | |
Properties |
Methods |
Inputs |
| editModeON |
Type : boolean
|
| entityId |
Type : number
|
| getOwnerNodeFn |
Type : function
|
| onOverlapClickFn |
Type : function
|
| onIconEnter | ||||||
onIconEnter(event: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| onIconOrPanelLeave |
onIconOrPanelLeave()
|
|
Returns :
void
|
| onPanelEnter |
onPanelEnter()
|
|
Returns :
void
|
| overlayPanelComponent |
Type : OverlayPanel
|
Decorators :
@ViewChild(OverlayPanel)
|
| ownerNode |
Type : ClassificationNode
|