Browse documentation

preventUpdate

Controls automatic rendering for delegated events.

Table of contents

Category

Value

Import

js
import { preventUpdate } from "valyrian.js";

Public signature

ts
(): void

Parameters

It does not accept parameters.

Result

ts
void

Observable effects

During an active delegated event, suppresses the immediate automatic update and the later promise-settlement update for that event. Outside an active delegated event it does nothing.