Represents an out-of-band update for multiple element updates.
Copy
interface WSXOOBUpdate { target: string; // CSS selector for target element html: string; // HTML content to swap swap?: string; // How to swap the content delay?: number; // Delay before applying update (ms)}