getLightboxType

提供当前活动的 lightbox 结构的名称

string getLightboxType();
stringlightbox 结构的标识符

Example

gantt.getLightboxType(); -> "task"

Back to top