Constructor
new ConceptTypesAction()
- Source:
Examples
//Retrieve all concept types into the variable "myConceptTypes"
{"conceptTypes": {"as": "myConceptTypes"}}
//Retrieve all concept types, that have "myConcept" and "myOtherConcept" injected/joined. Saved into the variable "conceptTypes"
{"conceptTypes": {
"isType": ["myConcept", "myOtherConcept"]
}}