download method

download

Sets the ‘download’ attribute of the SVG ‘a’ element, indicating that the link is to be downloaded when activated.

Returns

The current instance of SVGAElementBuilder for method chaining.

def download(self, value):
    ...
ParameterTypeDescription
valuestrThe filename for the downloaded file.

See Also