columns |
Corresponds to an array of table columns. For more information, see columns Attribute. |
Yes |
groups |
Defines the columns used to group by dataIndex and sort
the display of the table column in an alphabetical order. For example, with the
following definition: "groups" : "function",
"effectsWithoutBarrierOccurrence" , columns are first alphabetically
sorted by function names, and then by
effectsWithoutBarrierOccurrence . |
No |
initializer |
Points to a module that creates and initializes causality relationships when
you load an FMEA table that has
no causality relationships yet. For
example: "initializer" :
"module:MyModule/FunctionFailureModesInitializer" For more
information, see About Customized Displays of FMEA Tables. |
No |
mode |
Corresponds to the app
mode: "FMEA" or "PRA" .
Note:
The "PRA" mode is used for Preliminary Risk Assessment, which means the analysis is performed in the context of an
environment.
|
NoNote:
By default, this value is "FMEA" .
|
proposedValuesManager |
Points to a module that initializes the proposed values and customizes the
behavior of the editor. For example:"proposedValuesManager" :
"module:MyModule/ProposedValuesManager" For more information, see
About Customized Displays of FMEA Tables. |
No |
style |
Refers to a Cascading Style Sheet (CSS) that must be applied to the FMEA table. For example:
"module:css!MyModule/assets/css/MyModule.css" To define
CSS rules, you can write an associated module. For more information, see Module Example for style Attribute. |
No |
templateFailureModes |
Corresponds to a list of functional failure modes used during the generation of
failure modes. For example: "templateFailureModes": ["Loss","Partial","Too
late", "Too early", "Spurious", "Excessive"] For more
information, see Generating Failure Modes. |
No |
title |
Corresponds to the name of the table. |
Yes |
validationRules |
Corresponds to an array of references to modules that loads the validation
rules.
For example: ["module:MyModule/Rules"]
|
No |