microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Remove dataDictionary and navigationDictionary MessageSystemType #168

Closed janechu closed 2 years ago

janechu commented 2 years ago

Description

At present the only use of the MessageSystemType.dataDictionary and MessageSystemType.navigationDictionary is to update the activeDictionaryId. This is already handled by MessageSystemType.navigation and should be removed.

This is not considered a breaking change as these interfaces have not been documented.