TopicsCustomActions
Key | Type | Description | Optional |
---|---|---|---|
setSearchKeyCustomAction | TopicsCustomActionCallback | Custom action to set the search key | Yes |
updateCheckedTopicsCustomAction | TopicsCustomActionCallback | Custom action to update checked topics | Yes |
clearAllCheckedTopicsCustomAction | TopicsCustomActionCallback | Custom action to clear all checked topics | Yes |
TopicsCustomActionCallback
Parameters
Parameter | Type | Description |
---|---|---|
store | TopicsActionsAndDataStore | The store managing Topics actions and data. |
Returns
Return Type | Description |
---|---|
void | This callback does not return a value. |