0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

メソッドの命名

Posted at

コンポーネント内のクライアント側アクションとサーバ側アクションには一意の名前を使用しま す。JavaScript 関数 (クライアント側アクション) とApexメソッド (サーバ側アクション) が同じ名前だと、問 題が発生したときにデバッグしにくくなるおそれがあります。デバッグモードでは、フレームワークに よって、クライアント側アクション名とサーバ側アクション名の競合に関するブラウザコンソールの警 告が記録されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?