Skip to main content
static clearElementCache(): void;

Example

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

/**
 * Example: clear native Element caches.
 */
export async function exampleClearElementCache() {
 PluginCommAPI.clearElementCache();
}