href method

href

Sets the ‘href’ attribute of the SVG ‘a’ element, specifying the URL of the linked resource.

Returns

The current instance of SVGAElementBuilder for method chaining.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe URL to link to.

See Also