Options
All
  • Public
  • Public/Protected
  • All
Menu

@alterior/runtime

Index

Type aliases

RoleConfigurationMode

RoleConfigurationMode: "all-except" | "only"

Visibility

Visibility: "private" | "public" | "protected"

Variables

Const AppOptions

AppOptions: AnnotationDecorator<[ApplicationOptions]> = AppOptionsAnnotation.decorator({validTargets: ['class']})

Use this decorator to define the options for your application, either on the entry module, or service class when using @alterior/web-server.

Const EXPOSURES_PROPERTY

EXPOSURES_PROPERTY: "alterior:service:exposures" = "alterior:service:exposures"

Const SUPPORTED_ROLE_MODES

SUPPORTED_ROLE_MODES: string[] = ['all-except', 'only' ]

Const Service

Service: AnnotationDecorator<[ServiceOptions]> = ServiceAnnotation.decorator()

Let module

module: never

Functions

Expose

  • Expose(): (Anonymous function)

Generated using TypeDoc