All functions in this module are action creators and the return value should be passed to the redux store dispatch() function.
Methods
-
setEntityViewRef(targetView, ref)
-
Updates the reference to which entity is currently visible in the entityViewReducer.
Parameters:
Name Type Description targetViewstring The location in the state tree of the entityViewReducer to update. For example: 'view.pages.home.featuredArticle'
refobject A reference to an entity
Properties
Name Type Description typestring The type of entity
idstring The id of the entity