read-gedcom
Version:
Gedcom file reader
15 lines • 598 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionSourceData = void 0;
const internal_1 = require("./internal");
const mixin_1 = require("./mixin");
class SelectionSourceData extends (0, mixin_1.SelectionWithNoteMixin)(internal_1.SelectionAny) {
getEventsRecorded() {
return this.get("EVEN" /* Tag.Event */, null, internal_1.SelectionEventsRecorded);
}
getResponsibleAgency() {
return this.get("AGNC" /* Tag.Agency */);
}
}
exports.SelectionSourceData = SelectionSourceData;
//# sourceMappingURL=SelectionSourceData.js.map