Wagtail client-side components
    Preparing search index...
    • Given a contentBlock and offset within it, find the id of the comment at that offset which has the fewest style ranges within the block, or null if no comment exists at the offset

      Parameters

      • block: ContentBlock
      • offset: number

      Returns null | number