UIElement Docs Version 0.13.3

🔗 Function: batch()

batch(fn): void

Defined in: node_modules/@zeix/cause-effect/src/scheduler.ts:112

Batch multiple changes in a single signal graph and DOM update cycle

🔗 Parameters

🔗 fn

() => void

function with multiple signal writes to be batched

🔗 Returns

void