Skip to main content
Version: Next 🚧

[I] Interface

Extends

Properties

PropertyModifierTypeDescriptionOverridesInherited from
decoratorspublicDecoratorApplication[]--DecoratedType.decorators
entityKindreadonly"Type"--BaseType.entityKind
instantiationParameters?publicType[]--BaseType.instantiationParameters
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"Interface"-BaseType.kind-
namepublicstring---
namespace?publicNamespace---
nodepublicInterfaceStatementNode-BaseType.node-
operationspublicRekeyableMap<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?publicType--BaseType.projectionBase
projectionSource?publicType--BaseType.projectionSource
projector?publicProjector--BaseType.projector
sourceInterfacespublicInterface[]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?publicTypeMapper--TemplatedTypeBase.templateMapper
templateNode?publicNode--TemplatedTypeBase.templateNode

Accessors

projections

get projections(): ProjectionStatementNode[]

Returns

ProjectionStatementNode[]

Inherited from

BaseType.projections

Methods

projectionsByName()

projectionsByName(name): ProjectionStatementNode[]

Parameters

ParameterType
namestring

Returns

ProjectionStatementNode[]

Inherited from

BaseType.projectionsByName