Skip to main content

react-component.engagespot

Home > @engagespot/react-component > Engagespot

Engagespot() function

Signature:
export declare function Engagespot({
theme,
apiKey,
panelOnly,
headerText,
feedItemPlaceholderImage,
userId,
panelOpenByDefault,
renderFooterContent,
renderNotificationIcon,
renderEmptyPlaceholderImage,
renderNotificationContent,
onFeedItemClick,
...options
}: EngagespotProps): JSX.Element;

Parameters

ParameterTypeDescription
{ theme, apiKey, panelOnly, headerText, feedItemPlaceholderImage, userId, panelOpenByDefault, renderFooterContent, renderNotificationIcon, renderEmptyPlaceholderImage, renderNotificationContent, onFeedItemClick, ...options }EngagespotProps
Returns:

JSX.Element