Skip to content
Gallery
Stack Developer Resources
Share
Explore
Delegates

HistoryItemDelegate

HistoryItemDelegate
Name
description
parameters
parameter type
parameter description
getInterfaceUrl
1
Returns the url for the interface for this action, resolved to reference the ids supplied by the patch object. This will include the systemId.
1
none
createObj
1
returns an instance of api redux for the interface path
1
none
search
2
creates a dispatch action for a request of a list of objects that has been filtered and/or sorted
2
query
object
query object to send to the api
options
object
api options
canList
1
Accesses whether or not a user can create list history at this path in the api from state
1
state
object
redux state
requestCanList
1
Returns a redux action that will ask the api if you can get history at the current path
1
query
object
query object to send to the api
getList
3
Create a dispatch action for a request of a list of objects
3
state
object
redux state
queryName
string
name of the history query
options
object
api options

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.