TConfigTagCountPerRow typedef

TConfigTagCountPerRow = dynamic Function(int index, TSelectionEntity entity)

配置 类型为 Range 展示时,每行 tag 的数量 index 第几个 menu entity index 对应的 筛选对象

Implementation

typedef TConfigTagCountPerRow = Function(int index, TSelectionEntity entity);