Skip to content

Opensearch dashboards.savedobjectstypemanagementdefinition.getediturl

Home > opensearch-dashboards > SavedObjectsTypeManagementDefinition > getEditUrl

SavedObjectsTypeManagementDefinition.getEditUrl property

Function returning the url to use to redirect to the editing page of this object. If not defined, editing will not be allowed.

Signature:

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