Andi Skill Builder API Documentation

Interface: SummaryTag

Summary tags allow for the ability to display a notification on the AndiĀ® window

Extends

Properties

Property Type Description
additionalLinkText? string Allows you to override the default 'Additional Details' link text
additionalText? string Allows you to specify additional text that can be viewed on demand
advancedOptions? AdvancedTagOptions -
canRequestAdditionalData? boolean Allows you to specify if additional data can be requested
clickActionText? string Optional text to use for a separate action button, if the tag text should not be clickable.
customIcon? string Allows you to display a custom icon url that represents your organization. If defined, an icon will be displayed next to the field tag message.
displayOrder? number Tags with a lower display order will display before tags of the same field tag type with a higher display order. The default value is 1.
key string A unique value used to identify the field tag when it runs in the application.
learnMoreLinkText? string Allows you to override the default 'Learn More' link text
loadWhen? OperatorCondition[] An array of conditions which must be met in order for the field tag to be displayed.
notificationOptions? TagNotificationOptions Options to customize the behavior of notifications. If updateSilently is set, any updates to the tag after the initial display will not trigger an additional notification to the user.
onClick? ContextCommand[] An array of commands which are triggered when the field tag is clicked. If empty, the field tag will not be actionable.
onLoad? ContextCommand[] An array of commands which are triggered when the field tag is loaded.
onUnload? ContextCommand[] An array of commands which are triggered when the field tag is unloaded.
outcomes? PotentialSkillOutcome[] Link outcomes with specific tags
section? TagSection Allows you to create custom summary headers that your tags can be categorized under.
summaryTopics? SummaryTopic[] -
tagType FieldTagTypes Refer to FieldTagTypes documentation (usage andiskills.FieldTagTypes.Info) - different tag types options are Info, Warning, ValueForTarget and Help.
text string The message that gets displayed to the user.
windowOptions? TagWindowOptions Options to additionally display the tag in a dialog window that pops up when clicking the field corresponding to targetedAndiProperty.