projects/components/widgets/data/card/src/card-content/card-content.component.doc.ts
The wmCardContent component defines the card content.
Methods |
Inputs |
onLoad | ||||||||||||||||||||
onLoad($event: MouseEvent, widget: any, item: any, currentItemWidgets: any)
|
||||||||||||||||||||
Callback function which will be triggered when the widget is loaded.
Parameters :
Returns :
void
|
class |
Type : string
|
Class of the widget. |
content |
Type : string
|
Html or Partial content of the widget. Allowed Values: |
name |
Type : string
|
Name of the card content widget. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the Card Content widget on the web page. Bindable: |