mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
add documentation as to why we need the label hint for EventTimelineView
This commit is contained in:
@ -43,6 +43,8 @@ class EventMetadataProvider {
|
|||||||
name: 'Message',
|
name: 'Message',
|
||||||
format: 'string',
|
format: 'string',
|
||||||
hints: {
|
hints: {
|
||||||
|
// this is used in the EventTimelineView to provide a title for the event
|
||||||
|
// label can be changed to other properties for the title (e.g., the `name` property)
|
||||||
label: 0
|
label: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user