onAfterAdd | fires after a comment has been added |
onAfterDelete | fires after a comment has been deleted |
onAfterEditStart | fires after editing of a comment has begun |
onAfterLoad | fires after data loading is complete |
onBeforeAdd | fires before a new comment is added |
onBeforeDelete | fires before a comment is deleted |
onBeforeEditStart | fires before the user starts editing their comment |
onBeforeLoad | fires immediately before data loading has started |
onBeforeMenuAction | fires before a menu option is chosen for a comment |
onBindRequest | fires when the component is ready to receive data from the master component |
onDestruct | occurs when component destroyed |
onLoadError | fires when an error occurs during data loading (invalid server side response) |
onTransitionEnd | fires when the input folding/unfolding animation ends |
onUserMentioned | fires when a user was mentioned in a comment |
onViewShow | fires when any hidden view is shown |