Returns this as a WASM canonical abi value.
List<Object?> toWasm() => [ target.toWasm(), delta.map(YTextDelta.toWasm).toList(growable: false), path.map(EventPathItem.toWasm).toList(growable: false), ];