Skip to content

Opensearch dashboards.savedobjecttyperegistry.getalltypes

Home > opensearch-dashboards > SavedObjectTypeRegistry > getAllTypes

SavedObjectTypeRegistry.getAllTypes() method

Return all types currently registered, including the hidden ones.

To only get the visible types (which is the most common use case), use getVisibleTypes instead.

Signature:

getAllTypes(): SavedObjectsType[];

Returns:

SavedObjectsType[]