# getLightbox

### Description

@short: Gets the lightbox's HTML object element

@signature: getLightbox: () =\> HTMLElement

### Returns
- `box` - (HTMLElement) - the lightbox's HTML element

### Example

~~~jsx
gantt.getLightbox(); //-><div class=​"dhx_cal_light">​...</div>
~~~
