# Read

## Description

Read a file.

## Input / Parameter

| Name  | Description                                  | Data Type   | Default | Options | Required |
| ----- | -------------------------------------------- | ----------- | ------- | ------- | -------- |
| file  | The name of the file.                        | String/Text | -       | -       | Yes      |
| extra | Additional data to be used in the callbacks. | Any         | -       | -       | No       |

## Output

N/A

## Callback?

### callback

The function to be executed when the file is read successfully.

### errorCallback

The function to be executed when the file is not read successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
