Options
All
  • Public
  • Public/Protected
  • All
Menu

The index for the root node.

Hierarchy

Index

Properties

asChild?: {}

Find all children indices of family records for a given individual pointer where the record is a child in that family.

Type declaration

  • [childId: string]: number[]
asSpouse?: {}

Find all children indices of family records for a given individual pointer where the record is a spouse in that family.

Type declaration

  • [spouseId: string]: number[]
byTag: {}

Find all children indices for a given tag. This also includes children having a pointer.

Type declaration

  • [tag: string]: number[]
byTagPointer: {}

Find all children indices that have a pointer, by their tag.

Type declaration

  • [tag: string]: {}
    • [pointer: string]: number

Generated using TypeDoc