Skip to content

Opensearch dashboards.savedobjecttyperegistry.ishidden

Home > opensearch-dashboards > SavedObjectTypeRegistry > isHidden

SavedObjectTypeRegistry.isHidden() method

Returns the hidden property for given type, or false if the type is not registered.

Signature:

isHidden(type: string): boolean;

Parameters

Parameter Type Description
type string

Returns:

boolean