getLightboxType

returns the name of the active lighbox's structure

string getLightboxType();
stringthe name of the lighbox's structure

Example

gantt.getLightboxType(); -> "task"

Back to top