File

src/system-builder/config/subsystem.ts

Description

Subsystem reference to match. The id and name can be regular expressions.

Index

Properties

Properties

id
id: string
Type : string

The string/regex to match agains the subsystem's ID

name
name: string
Type : string

The string/regex to match agains the subsystem's Name

token
token: any
Type : any

Can be an InjectionToken or class

export interface Subsystem {
  /** The string/regex to match agains the subsystem's ID */
  id?: string;
  /** The string/regex to match agains the subsystem's Name */
  name?: string;
  /** Can be an InjectionToken or class */
  token: any;
}

results matching ""

    No results matching ""