multiSelect property

bool multiSelect
final

是否支持多选

控制节点的选择模式 true: 多选模式,可以选择多个节点 false: 单选模式,只能选择一个节点

Implementation

final bool multiSelect;