跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.supernote.com/llms.txt

Use this file to discover all available pages before exploring further.

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