Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EType

Hierarchy

  • Default
    • EType

Index

Constructors

Properties

Methods

Constructors

constructor

  • new EType(categories: string[], actors: string[], locTypes: string[], env?: string[]): EType
  • Parameters

    • categories: string[]
    • actors: string[]
    • locTypes: string[]
    • Optional env: string[]

    Returns EType

Properties

actor

actor: string[]

category

category: string[]

Optional env

env: string[]

locType

locType: string[]

Methods

assign

  • assign(source: Record<string, any>): EType
  • Parameters

    • source: Record<string, any>

    Returns EType

Static default

  • Returns EType

Generated using TypeDoc