sequelize-nested-set icon indicating copy to clipboard operation
sequelize-nested-set copied to clipboard

Write docs for API

Open fremail opened this issue 6 years ago • 1 comments

Here is the full list of functions:

  • [ ] createRoot
  • [ ] fetchRoot
  • [ ] fetchTree
  • [ ] fetchRoots
  • [ ] hasPrevSibling
  • [ ] hasNextSibling
  • [ ] hasChildren
  • [ ] hasParent
  • [ ] getPrevSibling
  • [ ] getNextSibling
  • [ ] getSiblings
  • [ ] getFirstChild
  • [ ] getLastChild
  • [ ] getChildren
  • [ ] getDescendants
  • [ ] getParent
  • [ ] getAncestors
  • [ ] getNumberChildren
  • [ ] getNumberDescendants
  • [ ] insertAsParentOf
  • [ ] insertAsPrevSiblingOf
  • [ ] insertAsNextSiblingOf
  • [ ] insertAsFirstChildOf
  • [ ] insertAsLastChildOf
  • [ ] moveAsPrevSiblingOf
  • [ ] moveAsNextSiblingOf
  • [ ] moveAsFirstChildOf
  • [ ] moveAsLastChildOf
  • [ ] makeRoot
  • [ ] addChild
  • [ ] isLeaf
  • [ ] isRoot
  • [ ] isEqualTo
  • [ ] isDescendantOf
  • [ ] isDescendantOfOrEqualTo
  • [ ] isAncestorOf
  • [ ] isValidNode
  • [ ] detach
  • [ ] delete

fremail avatar Jan 25 '19 22:01 fremail

Added brief API docs to wiki. Will keep it open to add more detailed docs

fremail avatar May 05 '19 23:05 fremail