Skip to content

openpra-monorepo


Interface: TechnicalElement<T>

Defined in: technical-element.ts:91

Extends

Extended by

Type Parameters

T

T extends TechnicalElementTypes

Properties

activeAuditIds

activeAuditIds: string[]

Defined in: technical-element.ts:113


activePeerReviewIds

activePeerReviewIds: string[]

Defined in: technical-element.ts:112


capabilityCategory?

optional capabilityCategory?: CapabilityCategory

Defined in: technical-element.ts:107


commonAssumptions?

optional commonAssumptions?: BaseAssumption[]

Defined in: technical-element.ts:98


conformanceMatrix

conformanceMatrix: SRConformance[]

Defined in: technical-element.ts:110


created

created: string

Defined in: technical-element.ts:94


description?

optional description?: string

Defined in: core/meta.ts:6

Inherited from

Named.description


internalReviewComments

internalReviewComments: CommentCollection

Defined in: technical-element.ts:111


metadata

metadata: TechnicalElementMetadata

Defined in: technical-element.ts:109


modified

modified: string

Defined in: technical-element.ts:95


name

name: string

Defined in: core/meta.ts:5

Inherited from

Named.name


owner?

optional owner?: string

Defined in: technical-element.ts:96


plantStage

plantStage: PlantStage

Defined in: technical-element.ts:108


references?

optional references?: object[]

Defined in: technical-element.ts:99

description

description: string

technicalElementId

technicalElementId: string

technicalElementType

technicalElementType: TechnicalElementTypes


tags?

optional tags?: string[]

Defined in: technical-element.ts:97


type

type: T

Defined in: technical-element.ts:92


uuid

uuid: string

Defined in: core/meta.ts:2

Inherited from

Unique.uuid


version

version: string

Defined in: technical-element.ts:93


workflowHistory

workflowHistory: WorkflowHistoryEntry[]

Defined in: technical-element.ts:106


workflowState

workflowState: WorkflowState

Defined in: technical-element.ts:105