Minsky
classdesc::typescriptAPI_ns::ClassType Struct Reference

#include <typescriptAPI_base.h>

Collaboration diagram for classdesc::typescriptAPI_ns::ClassType:
Collaboration graph

Public Attributes

std::string super
 
std::string valueType
 
std::map< std::string, Propertyproperties
 
std::map< std::string, Methodmethods
 

Detailed Description

Definition at line 292 of file typescriptAPI_base.h.

Member Data Documentation

◆ methods

std::map<std::string, Method> classdesc::typescriptAPI_ns::ClassType::methods

Definition at line 297 of file typescriptAPI_base.h.

◆ properties

std::map<std::string,Property> classdesc::typescriptAPI_ns::ClassType::properties

Definition at line 296 of file typescriptAPI_base.h.

◆ super

std::string classdesc::typescriptAPI_ns::ClassType::super

Definition at line 294 of file typescriptAPI_base.h.

◆ valueType

std::string classdesc::typescriptAPI_ns::ClassType::valueType

Definition at line 295 of file typescriptAPI_base.h.


The documentation for this struct was generated from the following file: