Skip to content

Commit

Permalink
Add explanation of default value to criteria.
Browse files Browse the repository at this point in the history
  • Loading branch information
matdave committed Jan 16, 2019
1 parent bbd104c commit f9b9a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extend/custom-extract-tpls.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Each vehicle consists of an optional `vehicle_package`, a `vehicle_class`, an `o
#### xPDOObjectVehicle

* `class`: defines the xPDOObject class to be packaged by the vehicle
* `criteria`: an array or object describing the criteria that will be used to select instances of the specified `class`
* `criteria`: an array or object describing the criteria that will be used to select instances of the specified `class`. The default value of `["1 = 1"]` is used to return true for all objects, but can be replaced with other statements like `["id:!=":2]`.
* `graph`: defines an object graph to use to package related xPDOObjects
* `graphCriteria`: defines the criteria for filtering related xPDOObjects selected by a `graph`
* `script`: an optional script to be used to create the vehicle or vehicles for this vehicle definition
Expand Down

0 comments on commit f9b9a37

Please sign in to comment.