packages/eui/packages/components/eui-avatar/avatar-image/avatar-image.component.ts
Component representing an avatar image. Displays an image for an avatar with fallback to a default image when none is provided. Uses the application's configured assets base URL for the default image path.
OnInit
selector | eui-avatar-image |
templateUrl | ./avatar-image.component.html |
styleUrl | ./avatar-image.scss |
Properties |
|
Inputs |
HostBindings |
imageUrl |
Type : any
|
URL of the image to be displayed in the avatar. If not provided, a default image will be used. |
class |
Type : string
|
Default value : 'eui-avatar-image'
|
CSS class applied to the host element |
Public imageUrlGenerated |
Type : string
|
Default value : 'assets'
|
The final image URL to be used in the template. This will be either the provided imageUrl or a default image URL. |
string |
Type : string
|
Default value : 'eui-avatar-image'
|
Decorators :
@HostBinding('class')
|
CSS class applied to the host element |