Represents a configuration needed for the chip with avatar

interface IChipAvatarConfig {
    alt: string;
    look?: string;
    src: string;
}

Properties

Properties

alt: string

The alt text for the image of the avatar

look?: string

The look for the element that is wrapping the avatar

src: string

The source (href) of the image of the avatar

Generated using TypeDoc