SP.WebParts.WebPart.titleUrl property (sp.js)

Gets or sets a value that specifies a URL to supplemental information about a Web Part.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.WebParts.WebPart.get_titleUrl()
SP.WebParts.WebPart.set_titleUrl(value)

Return value

Returns a String instance representing a URL to supplemental information about a Web Part.

Remarks

If this property is set to null, the title URL of the Web Part must instead be reset to its default value if one is specified in the Web Part's definition. The value of this property should be a valid URL, but the server may accept other strings without validating them.