projects/components/widgets/basic/icon/src/icon.component.doc.ts
The wmIcon component defines the icon widget.
| caption |
Type : string
|
|
This property specifies the label of the icon. Bindable: |
| class |
Type : string
|
|
Class of the widget. |
| conditionalclass |
Type : string
|
|
This property allows user to bind expression to class property. Bindable: |
| hint |
Type : string
|
|
Hint text is shown for the icon widget on hover. Bindable: |
| iconclass |
Type : string
|
Default value : 'wi wi-star-border'
|
|
CSS class of the icon. |
| iconposition |
Type : string
|
Default value : 'left'
|
|
Property to set the position of icon in the widget. Allowed Values:
|
| iconurl |
Type : string
|
|
url of the icon. |
| iconwidth |
Type : string
|
|
width of the icon. |
| name |
Type : string
|
|
Name of the icon widget. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the icon widget on the web page. Bindable: |