getLightboxType

현재 활성화된 라이트박스 구조의 이름을 제공합니다

string getLightboxType();
string라이트박스 구조의 식별자

Example

gantt.getLightboxType(); -> "task"

Back to top