跳转到主要内容

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.

static clearElementCache(): void;

示例

import { PluginCommAPI } from 'sn-plugin-lib';

/**
 * 清空 Element 原生缓存的示例。
 */
export async function exampleClearElementCache() {
  PluginCommAPI.clearElementCache();
}