McDewey

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

Page 444

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

Description Type Key Determines whether the popover must be manually dismissed. • True—Popover to be dismissed automatically after the specified time is lapsed. • False—User to take action on the displayed popover based the buttons defined. For example, Answer or Decline. Boolean dismissible Determines whether the popover must be maximized or minimized. • True—Shows the popover minimized when there is more than one popover. • False—Shows the popover maximized when there is more than one popover. Boolean keepMaximised Unique identifier across all popovers. Used in the callback for popover events. String clientIdentifier The text in the popover that describes the user action. String requiredActionText (optional) Options for the action buttons (maximum two) in the popover. Array buttons (optional) Unique identifier across all popovers. Used in the callback for popover events. String -->id The text of the action button. String -->label The color of the button. • Affirm—Green button refers to affirm • Decline—Light gray button refers to decline. Enum -->type The tooltip when you hover the mouse pointer over the 'requiredActionText' (popover) when the text is truncated. String -->hoverText (optional) The confirmation message with the buttons in response to the user action. Object -->confirmButtons (optional) Unique identifier of the confirmation button. String –-->id The label on the button. String –-->label The tooltip message on the confirmation button. String –-->hoverText The following method can be used to get the schema for the actionData object. finesse.containerservices.PopoverSchema.getActionDataSchema(). Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 428 Cisco Finesse JavaScript APIs Popover Service