Skip to content

Opensearch dashboards.savedobjectstypemanagementdefinition.gettitle

Home > opensearch-dashboards > SavedObjectsTypeManagementDefinition > getTitle

SavedObjectsTypeManagementDefinition.getTitle property

Function returning the title to display in the management table. If not defined, will use the object's type and id to generate a label.

Signature:

getTitle?: (savedObject: SavedObject<any>) => string;