AvatarProps
Home > @backstage/core-components > AvatarProps
Properties for Avatar().
Signature:
export interface AvatarProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ [key in 'avatar' | 'avatarText']?: string; } |
(Optional) Custom styles applied to avatar | ||
|
CSSProperties |
(Optional) Custom styles applied to avatar | ||
|
string |
(Optional) A display name, which will be used to generate initials as a fallback in case a picture is not provided. | ||
|
string |
(Optional) URL to avatar image source |