Skip to content

Commit

Permalink
Update src/app/core/common-components/entity-subrecord/entity-subreco…
Browse files Browse the repository at this point in the history
…rd/entity-subrecord.component.ts
  • Loading branch information
sleidig authored Nov 6, 2023
1 parent 7832275 commit b223d64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class EntitySubrecordComponent<T extends Entity> implements OnChanges {

@Input() clickMode: "popup" | "navigate" | "none" = "popup";

/** outputs an event containing an array of currently selected records (checkmarked by the user) */
@Output() selectedRecords: EventEmitter<T[] > = new EventEmitter<T[]>

@Input() showInactive = false;
Expand Down

0 comments on commit b223d64

Please sign in to comment.