McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 445

↗ View in doc context
page
445
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::429

bannerData The bannerData object helps to configure the data displayed on the popover. finesse.containerservices.PopoverSchema.getBannerDataSchema() Sample bannerData Object bannerData = { "icon": { // Mandatory "type": "collab-icon", "value": "chat" }, "content": [ // Optional. first 6 name/value pairs is shown in popover { "name": "Customer Name", "value": "Michael Littlefoot" }, { "name": "Phone Number", "value": "+1-408-567-789" }, { "name": "Account Number", "value": "23874567923" }, { "name": "Issue", // For the below one, tool tip is displayed "value": "a very long text." } ], "headerContent": { "maxHeaderTitle": "Popover maximised title", "minHeaderTitle": "Popover minimized title" } }; The payload details are explained in the table below. Description Type Key The icon displayed in the popover. Object icon The type of icon in the popover. For more information, see Cisco Common Desktop Stock Icon Names with Image, on page 441. Enum -->type The display name of the icon. String –>value The list of six names or value pairs to be displayed in the popover. Array content (optional) The display name of an individual name or value pair to be displayed on the popover. String -->name The corresponding value of the name for the individual name or value pair to be displayed on the popover. String -->value The title of the popover when it is maximized or minimized. Object headerContent The title of the popover when it is maximized. String -->maxHeaderTitle The title of the popover when it is minimized. String -->minHeaderTitle Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 429 Cisco Finesse JavaScript APIs Popover Service