Skip to content

Opensearch dashboards.savedobjectstypemanagementdefinition.getinappurl

Home > opensearch-dashboards > SavedObjectsTypeManagementDefinition > getInAppUrl

SavedObjectsTypeManagementDefinition.getInAppUrl property

Function returning the url to use to redirect to this object from the management section. If not defined, redirecting to the object will not be allowed.

Signature:

getInAppUrl?: (savedObject: SavedObject<any>) => {
        path: string;
        uiCapabilitiesPath: string;
    };