Function getUnionOfSetNotes

  • Given a set of cells returns a group containing the union of the notes of all the cells in the set (if a cell has no notes its considered to have all notes)

    Returns

    union of all notes in the set

    Parameters

    • set: Cell[]

      set of cells containing notes being unioned

    Returns Group

Generated using TypeDoc