harbor/src/ui_ng/src/app/base/modal-event.ts

5 lines
150 B
TypeScript

//Define a object to store the modal event
export class ModalEvent {
modalName: string;
modalFlag: boolean; //true for open, false for close
}