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:

  1. Bing Map

Allowed Child Components:

  1. Trigger On Click

  2. 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:

  1. top

  2. right

  3. bottom

  4. left

➤ Placement Variation

Refer to PopperJS placement.

Allowed Values:

  1. start

  2. end

  3. 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