Opensearch dashboards.savedobjecttyperegistry.issinglenamespace
Home > opensearch-dashboards > SavedObjectTypeRegistry > isSingleNamespace
SavedObjectTypeRegistry.isSingleNamespace() method
Returns whether the type is single-namespace (isolated); resolves to true if the type is not registered
Signature:
isSingleNamespace(type: string): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | string |
Returns:
boolean