type method

type

Sets the ’type’ attribute of the SVG ‘a’ element, specifying the media type of the linked resource.

Returns

The current instance of SVGAElementBuilder for method chaining.

def type(self, value):
    ...
ParameterTypeDescription
valuestrThe media type of the linked resource.

See Also