Member Junction
    Preparing search index...
    • The visual first and last of the Details panels currently shown. Panels are flex items sequenced by CSS order (the form's section display order), so DOM order is not enough — a user who reordered sections would get the card's rounded corners on the wrong panels. Ties keep DOM order (stable sort).

      Parameters

      • keysInDomOrder: readonly string[]
      • orderOf: (sectionKey: string) => number

      Returns { First: string | null; Last: string | null }