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 .decorators entityKindreadonly"Type"- - BaseType .entityKind enumspublicMap<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 .instantiationParameters interfacespublicMap<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 .isFinished kindpublic"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. - - nodepublic| JsNamespaceDeclarationNode | NamespaceStatementNode - BaseType .node- operationspublicMap<string, Operation >The operations in the namespace. Order is implementation-defined and may change. - - projectionBase?publicType- - BaseType .projectionBase projectionSource?publicType- - BaseType .projectionSource projector?publicProjector- - BaseType .projector scalarspublicMap<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