Skip to content

Opensearch dashboards.savedobjecttyperegistry.isimportableandexportable

Home > opensearch-dashboards > SavedObjectTypeRegistry > isImportableAndExportable

SavedObjectTypeRegistry.isImportableAndExportable() method

Returns the management.importableAndExportable property for given type, or false if the type is not registered or does not define a management section.

Signature:

isImportableAndExportable(type: string): boolean;

Parameters

Parameter Type Description
type string

Returns:

boolean