跳转到主要内容
ButtonSubscription 是注册按钮监听后返回的订阅对象,可用于取消监听。
type ButtonSubscription = {
  remove(): void;
};
字段类型说明
remove() => void取消按钮事件监听