read-gedcom
Version:
Gedcom file reader
15 lines • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelectionChildFamilyLink = void 0;
const internal_1 = require("./internal");
const mixin_1 = require("./mixin");
class SelectionChildFamilyLink extends (0, mixin_1.SelectionWithNoteMixin)(internal_1.SelectionAny) {
getFamilyRecord() {
return this.root().getFamilyRecord(this.valueNonNull());
}
getPedigreeLinkageType() {
return this.get("PEDI" /* Tag.Pedigree */);
}
}
exports.SelectionChildFamilyLink = SelectionChildFamilyLink;
//# sourceMappingURL=SelectionChildFamilyLink.js.map