mirror of
https://github.com/nasa/openmct.git
synced 2025-06-02 07:30:49 +00:00
[Create] Expose type information
Expose type information in the metadata for Create actions, to allow identification of appropriate Create actions for WTD-922.
This commit is contained in:
parent
828f82a3e7
commit
6c83b3774d
@ -92,6 +92,7 @@ define(
|
|||||||
key: 'create',
|
key: 'create',
|
||||||
glyph: type.getGlyph(),
|
glyph: type.getGlyph(),
|
||||||
name: type.getName(),
|
name: type.getName(),
|
||||||
|
type: type.getKey(),
|
||||||
description: type.getDescription(),
|
description: type.getDescription(),
|
||||||
context: context
|
context: context
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user