OnBarItemClickInterceptor typedef

OnBarItemClickInterceptor = bool Function(int barBundleIndex, ProgressBarBundle barBundle, int barGroupIndex, ProgressBarItem barItem)

点击柱状数据的拦截器

Implementation

typedef OnBarItemClickInterceptor = bool Function(int barBundleIndex,
    ProgressBarBundle barBundle, int barGroupIndex, ProgressBarItem barItem);