ICardSearchFooterParameters interface

Search footer component parameters. Represents a container with an image (in the shape of a circle) and text.

Extends

Properties

componentName

Unique component name.

imageInitials

The initials to display in the image area when there is no image.

imageUrl

Url to the image to use, should be a square aspect ratio and big enough to fit in the image area.

onSelection

Action to invoke when the footer is selected.

text

Primary text to display. For example, name of the person for people search.

title

Title text to display.

Property Details

componentName

Unique component name.

componentName: 'searchFooter';

Property Value

'searchFooter'

imageInitials

The initials to display in the image area when there is no image.

imageInitials?: string;

Property Value

string

imageUrl

Url to the image to use, should be a square aspect ratio and big enough to fit in the image area.

imageUrl?: string;

Property Value

string

onSelection

Action to invoke when the footer is selected.

onSelection?: ICardAction;

Property Value

text

Primary text to display. For example, name of the person for people search.

text: string;

Property Value

string

title

Title text to display.

title: string;

Property Value

string