Expose getters for SavedObjectTypeRegistry type definitions #58414
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Describe the feature: Plugins currently can't access any information about registered
SavedObjectType
definitions. Some plugins (spaces
,encryptedSavedObjects
) create wrappers for theSavedObjectsClient
, and these wrappers should be able to access type definition information (e.g.,isHidden
,isNamespaceAgnostic
, etc.).Describe a specific use case for the feature: Shareable saved objects phase 1 (#54043) needs to make modifications to the
EncryptedSavedObjectsClientWrapper
to change its behavior based on whether a type is shareable or not.The text was updated successfully, but these errors were encountered: