Skip to content

Commit 74fa468

Browse files
Update foundation.ts (openscd#1340)
1 parent 00e23b0 commit 74fa468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/open-scd/src/foundation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ export function newLogEvent(
404404

405405
export interface IssueDetail extends LogDetailBase {
406406
validatorId: string;
407+
element?: Element;
407408
}
408409
export type IssueEvent = CustomEvent<IssueDetail>;
409410
export function newIssueEvent(

0 commit comments

Comments
 (0)