Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubsystemExtensionArgs

Interface for arguments of extended classes.

Hierarchy

  • SubsystemExtensionArgs

Index

Properties

args

args: object

Arguments from system or extending class.

Type declaration

  • [key: string]: any

protectedEntrypoint

protectedEntrypoint: SubsystemEntrypoint

Protected entrypoint for subsystem.

publicEntrypoint

publicEntrypoint: SubsystemEntrypoint

Public entrypoint for subsystem.

sharedEntrypoint

sharedEntrypoint: SubsystemEntrypoint

Shared entrypoint for subsystem.

system

system: System

Context of a parent system.

vars

vars: any

Arbitrary arguments from a file.

Generated using TypeDoc