跳到主要内容

branch_loading_property

信息

此功能仅在PRO版本中可用。

Description

表示任务有尚未从后端加载的子任务

branch_loading_property: string

Example

gantt.config.branch_loading = true;
gantt.config.branch_loading_property = "hasChild";
gantt.init("gantt_here");

Default value: "$has_child"

Details

此选项仅在与 branch_loading 配置结合使用时生效。