BrnOnCustomSelectionMenuClick typedef

BrnOnCustomSelectionMenuClick = dynamic Function(int index, BrnSelectionEntity customMenuItem, BrnSetCustomSelectionParams customSelectionParams)

自定义类型的 menu 被点击的回调, index 点击位置, customMenuItem 自定义筛选 menu 原始数据, customSelectionParams 开放给外部回调给函数,用于更新自定义筛选参数,触发BrnOnSelectionChanged

Implementation

typedef BrnOnCustomSelectionMenuClick = Function(
    int index,
    BrnSelectionEntity customMenuItem,
    BrnSetCustomSelectionParams customSelectionParams);