Skip to content

Opensearch dashboards.savedobjectsutils.namespaceidtostring

Home > opensearch-dashboards > SavedObjectsUtils > namespaceIdToString

SavedObjectsUtils.namespaceIdToString property

Converts a given saved object namespace ID to its string representation. All namespace IDs have an identical string representation, with the exception of the undefined namespace ID (which has a namespace string of 'default').

Signature:

static namespaceIdToString: (namespace?: string | undefined) => string;