Opensearch dashboards.savedobjecttyperegistry.ismultinamespace
Home > opensearch-dashboards > SavedObjectTypeRegistry > isMultiNamespace
SavedObjectTypeRegistry.isMultiNamespace() method
Returns whether the type is multi-namespace (shareable); resolves to false if the type is not registered
Signature:
isMultiNamespace(type: string): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | string |
Returns:
boolean