You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the vocabulary set and decorator command set from a model manager
Possible Solution
Extend the decorator manager to support the extractDecorator method
Detailed Description
decoratorManagershall expose extractDecorators that take two options i.e. whether to remove decorators from source model and locale for vocabs, along with a ModelManager.
It returns:
modelManager with models without decorators(depeneding on the option passed)
List of json dcms strings
List of vocab strings
The text was updated successfully, but these errors were encountered:
Feature Request 🛍️
Extract the vocabulary set and decorator command set from a model manager
Possible Solution
Extend the decorator manager to support the extractDecorator method
Detailed Description
decoratorManager
shall exposeextractDecorators
that take two options i.e. whether to remove decorators from source model and locale for vocabs, along with a ModelManager.It returns:
The text was updated successfully, but these errors were encountered: