OnBarItemClickInterceptor typedef

OnBarItemClickInterceptor = bool Function(int barBundleIndex, BrnProgressBarBundle barBundle, int barGroupIndex, BrnProgressBarItem barItem)

点击柱状数据的拦截器

Implementation

typedef OnBarItemClickInterceptor = bool Function(
    int barBundleIndex,
    BrnProgressBarBundle barBundle,
    int barGroupIndex,
    BrnProgressBarItem barItem);