ConceptTypesAction

PropertyActions. ConceptTypesAction

An action 'conceptTypes' that returns the currently defined concept types, optionally filtered for injected/joined concepts

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"]
}}