Variable
Static Public Summary | ||
public |
Add tags. |
|
public |
Delete a tag by text. |
|
public |
resetTags: * Clear tags |
|
public |
Save tags from courses |
|
public |
Tags Reducer |
Static Public
public addTag(text: object): * source
import {addTag} from 'learnenergy401/component/Actions/tagActions.js'
Add tags.
public deleteTag(text: object): * source
import {deleteTag} from 'learnenergy401/component/Actions/tagActions.js'
Delete a tag by text.
public resetTags: * source
import {resetTags} from 'learnenergy401/component/Actions/tagActions.js'
Clear tags
public saveTags(tags: object): * source
import {saveTags} from 'learnenergy401/component/Actions/tagActions.js'
Save tags from courses
public tags(action: object): state: * source
import tags from 'learnenergy401/component/Reducers/tagReducer.js'
Tags Reducer