Skip to content

Opensearch dashboards.savedobjectsnamespacetype

Home > opensearch-dashboards > SavedObjectsNamespaceType

SavedObjectsNamespaceType type

The namespace type dictates how a saved object can be interacted in relation to namespaces. Each type is mutually exclusive: * single (default): this type of saved object is namespace-isolated, e.g., it exists in only one namespace. * multiple: this type of saved object is shareable, e.g., it can exist in one or more namespaces. * agnostic: this type of saved object is global.

Signature:

export declare type SavedObjectsNamespaceType = 'single' | 'multiple' | 'agnostic';