Pulse
Description:
Pulse
Use this to provide a message to an user on click. The message may contains details of the location.
Allowed Parent Components:
Bing Map
Allowed Child Components:
Trigger On Click
Trigger On Dismiss
Properties
➤ Enable Condition
Specify an expression that should be evaluated to a boolean [e.g. #{dsAlias.attr1} == 'X' && #{dsAlias.attr2} > 1]. If no expression is specified, it will be considered as true.
Allowed Values: An expression which should return boolean after evaluation
➤ Size
Specify a numeric value to change the size of the pulse. default: 8
Allowed Values: Any number value
➤ Fixed Size
When checked, the pulse won't expand on mouse over.
Allowed Values: Yes/No
➤ Placement
Select an option to set the Popper placement.
Allowed Values:
top
right
bottom
left
➤ Placement Variation
Refer to PopperJS placement.
Allowed Values:
start
end
none
➤ Offset
Refer to PopperJS offset.
Allowed Values: Free text field
➤ Message
Specify the message to be displayed when the user clicks on this pulse
Allowed Values: An expression which should return string after evaluation
➤ Message Popup Max Width
Specify a numeric value to change the maximumn width of the message popup. default: 400
Allowed Values: Any number value
➤ Show Dismiss Button
Enable this to show dismiss button in the message box to close it.
Allowed Values: Yes/No
➤ Color
Specify a hex color code to change the color of the pulse. default: #3578e5
Allowed Values: An expression which should return string after evaluation
Last updated