Repository URL to install this package:
|
Version:
3.12.20 ▾
|
export var ACTIONS_IDS = {
TOGGLE_LIKE: 'toggleLike',
TOGGLE_SUBSCRIBE: 'toggleSubscribe',
UPDATE_COMMENT_TEXT: 'updateCommentText',
UPDATE_COMMENT_PROPS: 'updateCommentProps'
};