Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cargo_parcel/platform/browser/diff/element.ts>ElementChangeSet

Server side rendering for Cargo applications
Go to Latest
interface ElementChangeSet
implements ChangeSet<
| CreateElementPayload
| AttachElementPayload
| ReplaceElementPayload
| UpdateElementPayload
| DeleteElementPayload
>
import { type ElementChangeSet } from "https://deno.land/x/cargo_parcel@0.1.82/platform/browser/diff/element.ts";

Properties

type: "element"
action:
| "create"
| "attach"
| "replace"
| "update"
| "delete"