# getLightboxType

### Description

@short: Returns the name of the active lighbox's structure

@signature: getLightboxType: () =\> string

### Returns
- ` name` - (string) - the name of the lighbox's structure

### Example

~~~jsx
gantt.getLightboxType(); -> "task"
~~~
