mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Framework] Document extension ordering rules
Add a description of priority-ordering rules (implemented for WTD-590) to framework documentation.
This commit is contained in:
@ -19,9 +19,10 @@ define({
|
||||
},
|
||||
PRIORITY_LEVELS: {
|
||||
"fallback": Number.NEGATIVE_INFINITY,
|
||||
"default": 100,
|
||||
"optional": 200,
|
||||
"preferred": 400,
|
||||
"default": -100,
|
||||
"none": 0,
|
||||
"optional": 100,
|
||||
"preferred": 1000,
|
||||
"mandatory": Number.POSITIVE_INFINITY
|
||||
},
|
||||
DEFAULT_PRIORITY: 0
|
||||
|
Reference in New Issue
Block a user