Skip to content

@miy2/xml-api


Type Alias: ViewChangeEvent

ViewChangeEvent = { target?: Node; transaction?: Transaction; type: "full"; } | { addedNodes?: Node[]; removedNodes?: Node[]; target: Node; transaction?: Transaction; type: "structure"; } | { key: string; newValue: string | null; target: Node; transaction?: Transaction; type: "attribute"; } | { newValue?: string; target: Node; transaction?: Transaction; type: "text"; }