---
title: "silreporting_addDescription"
canonical: "https://support.appfire.com/space/PSJ/15481976/silreporting_addDescription"
format: markdown
---
> Macro (aura-html)


## Syntax

<span style="color: #3366ff">**silreporting_addDescription(description)**</span>  


## Description

> Macro (excerpt)
> 
> Adds a description to the gadget.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| description | string | Yes | Description of the gadget. |

## Return type

**boolean**

True if the gadget description was added, false otherwise.

## Example

```
silreporting_addDescription("Power Dashboard Reports and Gadgets");
```

![image](media://2714bc96-174c-472a-af67-f151c04bd5d0)