layer_attribute

작업 레이어의 DOM 요소에 대한 attribute 이름을 정의합니다.

string layer_attribute;

Available only in PRO Edition

Example

gantt.config.layer_attribute = "tasklayer";


Default value:

"data-layer"

Related samples

Details

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

See also
Back to top