react-component.engagespotprops
Home > @engagespot/react-component > EngagespotProps
EngagespotProps interface
Signature:export interface EngagespotProps extends Omit<UseEngagespotOptions, 'floatingPanelOptions'>
Extends: Omit<UseEngagespotOptions, 'floatingPanelOptions'>
Properties
| Property | Type | Description |
|---|---|---|
| feedItemPlaceholderImage? | string | (Optional) |
| headerText? | string | (Optional) |
| hideJumpToTop? | boolean | (Optional) |
| hideNotificationAvatar? | boolean | (Optional) |
| onFeedItemClick? | onFeedItemClickType | (Optional) |
| panelOnly? | boolean | (Optional) |
| panelOpenByDefault? | boolean | (Optional) |
| renderEmptyPlaceholderImage? | customPlaceholderContentType | (Optional) |
| renderFooterContent? | FooterContent | (Optional) |
| renderNotificationContent? | customNotificationContentType | (Optional) |
| renderNotificationIcon? | customNotificationIcon | (Optional) |
| theme? | ThemeOverrides | (Optional) |