Skip to content

Opensearch dashboards.savedobjecttyperegistry.isnamespaceagnostic

Home > opensearch-dashboards > SavedObjectTypeRegistry > isNamespaceAgnostic

SavedObjectTypeRegistry.isNamespaceAgnostic() method

Returns whether the type is namespace-agnostic (global); resolves to false if the type is not registered

Signature:

isNamespaceAgnostic(type: string): boolean;

Parameters

Parameter Type Description
type string

Returns:

boolean