ProjectTreeNodeKind¶
-
enum
Cocotec.CocoPlatform.Coco.Ide.ProjectTreeNodeKind¶ Values:
-
Folder¶ A file system directory,
-
GroupAssertion¶ A Coco GroupAssertion.
-
LeafAssertion¶ A Coco LeafAssertion.
-
ImplementationComponentDecl¶ A Coco LeafAssertion.
-
EncapsulatingComponentDecl¶ A Coco LeafAssertion.
-
ExternalComponentDecl¶ A Coco LeafAssertion.
-
PortDecl¶ A Coco LeafAssertion.
-
Module¶ An individual .coco module file.
-
Project¶ Represents the project root.
-
TomlFile¶ A pseudo-node to represent the Coco.toml file. This is only used to report errors.
-