Skip to content

Commit

Permalink
Fix build error and change to allow future options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexithemia authored Sep 1, 2022
1 parent f1b485f commit a5f7a8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions documentation/docmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,15 @@
"descr": "Get an empty collection."
},
{
"name": "cy.collection"
"name": "cy.collection",
"descr": "Create a collection with new elements in a removed state.",
"args": [
{ "name": "eleObjs", "descr": "Elements to be created" },
{ "name": "{ removed: true }", "descr": "Options Flag with removed set to true" }
{
"name": "options",
"descr": "The options for the collection",
"fields": [ { "name": "removed", "descr": "A truthy value that sets whether the elements are in the removed state (true) or added to the graph (false, default)." } ]
}
]
}
],
Expand Down

0 comments on commit a5f7a8a

Please sign in to comment.