nm-icontext
src/app/shared/widgets/imarket/icontext/icontext.component.ts
selector | nm-icontext |
styleUrls | icontext.component.scss |
templateUrl | ./icontext.component.html |
Widget inputs |
Widget outputs |
Properties |
|
Methods |
|
constructor()
|
Protected configureWidget | ||||||
configureWidget(configuration: WidgetConfig
|
||||||
Decorators : WidgetConfigure
|
||||||
Parameters :
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
Public _id |
_id:
|
Decorators : WidgetId
|
Public configuration |
configuration:
|
Type : WidgetConfig<IconTextConfiguration>
|
Decorators : WidgetConfiguration
|
Public hide |
hide:
|
Type : Subject<boolean>
|
Default value : new Subject<boolean>()
|
Decorators : WidgetInput
|
Shows / Hides the widget |
Public hideWidget |
hideWidget:
|
Type : boolean
|
Default value : false
|
Public icon |
icon:
|
Type : string
|
Public svg |
svg:
|
Type : boolean
|
Public text |
text:
|
Type : string
|
Public title |
title:
|
Type : string
|
Private unsubscribe |
unsubscribe:
|
Default value : NgUnsubscribe.create()
|