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

implement withPropsApi hoc #19

@JYC-99

Description

@JYC-99
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions