nm-imarket-empty-widget
src/app/shared/widgets/imarket/emptywidget/emptywidget.component.ts
selector | nm-imarket-empty-widget |
styleUrls | emptywidget.component.scss |
templateUrl | ./emptywidget.component.html |
Widget inputs |
Widget outputs |
Properties |
|
Methods |
|
Protected configureWidget | ||||||
configureWidget(configuration: WidgetConfig
|
||||||
Decorators : WidgetConfigure
|
||||||
Parameters :
Returns :
void
|
Public configuration |
configuration:
|
Type : WidgetConfig<IMarketEmptyWidgetConfiguration>
|
Decorators : WidgetConfiguration
|
Public enableOverlay |
enableOverlay:
|
Type : Subject<boolean>
|
Default value : new Subject<boolean>()
|
Decorators : WidgetInput
|
Input that enables or disables the overlay |
Public hide |
hide:
|
Type : Subject<any>
|
Default value : new ReplaySubject<any>()
|
Decorators : WidgetInput
|
Input that hides or shows widget |
Public hideWidget |
hideWidget:
|
Type : boolean
|
Public overlayMessage |
overlayMessage:
|
Type : string
|
Public title |
title:
|
Type : Subject<any>
|
Default value : new ReplaySubject<any>()
|
Decorators : WidgetInput
|
Appends text to the title shown in the empty widget header |
Public titleAddition |
titleAddition:
|
Type : string
|
Public titleAdditionInput |
titleAdditionInput:
|
Type : Subject<string>
|
Default value : new Subject<string>()
|
Decorators : WidgetInput
|
Sets additional title of empty widget |
Private unsubscribe |
unsubscribe:
|
Default value : NgUnsubscribe.create()
|
Public widgetTitle |
widgetTitle:
|
Type : string
|
Public withHeader |
withHeader:
|
Type : boolean
|