# canvasHeight

## Description

Retrieve the height of the canvas.

### Platform Supported

* Web
* Mobile

## Input / Parameter

| Name   | Description                           | Data Type                                                                             | Default | Options | Required |
| ------ | ------------------------------------- | ------------------------------------------------------------------------------------- | ------- | ------- | -------- |
| canvas | The canvas to retrieve the height of. | [HTMLCanvasElement](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas) | -       | -       | Yes      |

## Output

| Description                       | Output Type |
| --------------------------------- | ----------- |
| Returns the height of the canvas. | Number      |
