Skip to main content
Module

x/aleph/runtime/vue/context.ts>UpdateStrategy

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias UpdateStrategy
import { type UpdateStrategy } from "https://deno.land/x/aleph@1.0.0-beta.21/runtime/vue/context.ts";

Type Parameters

optional
T = unknown
definition: "none" | "replace" | { optimisticUpdate?: (data: T) => T; onFailure?: (error: Error) => void; replace?: boolean; }