Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

implement withPropsApi hoc #19

Open
JYC-99 opened this issue Aug 12, 2019 · 0 comments
Open

implement withPropsApi hoc #19

JYC-99 opened this issue Aug 12, 2019 · 0 comments

Comments

@JYC-99
Copy link
Owner

JYC-99 commented Aug 12, 2019

Attribute Description Type
executeCommand A function to execute the command. function(command)
read A function to read the data. function(data)
save A function to save the data. function() => object
add A function to add a new item. function(type, model)
find A function to find an item by its id. function(id)
update A function to update an item. function(item, model)
remove A function to delete an item. function(item)
getSelected A function to get the currently selected item. function
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant