public constructor()

in src/plugin/fieldViews/RepeaterFieldView.ts [44:54]


  public constructor(
    public node: Node,
    public offset: number,
    public getPos: () => number,
    // The outer editor instance. Updated from within this class when nodes are added or removed.
    private outerView: EditorView,
    private fieldName: string,
    public minChildren: number
  ) {
    super();
  }