rel method

rel

Sets the ‘rel’ attribute of the SVG ‘a’ element, specifying the relationship of the target object to the link object.

Returns

The current instance of SVGAElementBuilder for method chaining.

def rel(self, value):
    ...
ParameterTypeDescription
valuestrThe relationship type.

See Also