技術メモ(主に自分向け)

短期記憶の自分向けの技術メモです。

コンポーネントの初期処理

ページを開いたときに初期処理がある場合のAuraコンポーネントの書き方

cmp側

<ltng:require scripts="" afterScriptsLoaded="{!c.initialize}"/>

controller.js側

initialize : function (component, event, helper) {…}