[I] Interface
Extends
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
decorators | public | DecoratorApplication [] | - | - | DecoratedType .decorators |
entityKind | readonly | "Type" | - | - | BaseType .entityKind |
instantiationParameters? | public | Type [] | - | - | BaseType .instantiationParameters |
isFinished | public | boolean | Reflect 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 |
kind | public | "Interface" | - | BaseType .kind | - |
name | public | string | - | - | - |
namespace? | public | Namespace | - | - | - |
node | public | InterfaceStatementNode | - | BaseType .node | - |
operations | public | RekeyableMap <string , Operation > | The operations of the interface. Operations are ordered in the order that they appear in the source. Operations obtained via interface extends appear before operations declared in the interface body. | - | - |
projectionBase? | public | Type | Deprecated | - | BaseType .projectionBase |
projectionSource? | public | Type | Deprecated | - | BaseType .projectionSource |
projector? | public | Projector | Deprecated | - | BaseType .projector |
sourceInterfaces | public | Interface [] | The interfaces that provide additional operations via interface extends . Note that despite the same extends keyword in source form, this is a different semantic relationship than the one from Model to Model.baseModel. Operations from extended interfaces are copied into Interface.operations. | - | - |
templateArguments? | public | ( | Type | Value | IndeterminateEntity )[] | Deprecated use templateMapper instead. | - | TemplatedTypeBase .templateArguments |
templateMapper? | public | TypeMapper | - | - | TemplatedTypeBase .templateMapper |
templateNode? | public | Node | - | - | TemplatedTypeBase .templateNode |
Accessors
projections
Get Signature
get projections(): ProjectionStatementNode[]
Deprecated
Returns
Inherited from
Methods
projectionsByName()
projectionsByName(name): ProjectionStatementNode[]
Parameters
Parameter | Type |
---|---|
name | string |