# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/bingpulse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
