export class CommentFormComponent implements OnInit, AfterViewChecked {
  /** 定数クラス、HTMLで使用するのでコンポーネントのメンバとしている */
  public Constant = Constant;

  /** コンポーネント初期表示時にリプライ入力エリアにフォーカスを当てるか */