Extends
Properties
Property Modifier Type Description Overrides Inherited from decoratorDeclarationspublicMap<string, Decorator >The decorators declared in the namespace. Order is implementation-defined and may change. - - decoratorspublicDecoratorApplication []- - DecoratedType .decoratorsentityKindreadonly"Type"- - BaseType .entityKindenumspublicMap<string, Enum >The enums in the namespace. Order is implementation-defined and may change. - - functionDeclarationspublicMap<string, FunctionType >The functions declared in the namespace. Order is implementation-defined and may change. - - instantiationParameters?publicType []- - BaseType .instantiationParametersinterfacespublicMap<string, Interface >The interfaces in the namespace. Order is implementation-defined and may change. - - isFinishedpublicbooleanReflect if a type has been finished(Decorators have been called). There is multiple reasons a type might not be finished: - a template declaration will not - a template instance that argument that are still template parameters - a template instance that is only partially instantiated(like a templated operation inside a templated interface) - BaseType .isFinishedkindpublic"Namespace"- BaseType .kind- modelspublicMap<string, Model >The models in the namespace. Order is implementation-defined and may change. - - namepublicstring- - - namespace?publicNamespace- - - namespacespublicMap<string, Namespace >The sub-namespaces in the namespace. Order is implementation-defined and may change. - - nodepublicJsNamespaceDeclarationNode | NamespaceStatementNode- BaseType .node- operationspublicMap<string, Operation >The operations in the namespace. Order is implementation-defined and may change. - - projectionBase?publicType- - BaseType .projectionBaseprojectionSource?publicType- - BaseType .projectionSourceprojector?publicProjector- - BaseType .projectorscalarspublicMap<string, Scalar >The scalars in the namespace. Order is implementation-defined and may change. - - unionspublicMap<string, Union >The unions in the namespace. Order is implementation-defined and may change. - -
Accessors
projections
Get Signature
get projections (): ProjectionStatementNode[]
Returns
ProjectionStatementNode []
Inherited from
BaseType .projections
Methods
projectionsByName()
projectionsByName (name): ProjectionStatementNode[]
Parameters
Returns
ProjectionStatementNode []
Inherited from
BaseType .projectionsByName