href method

href

Sets the ‘href’ attribute of the feImage element, defining the URL of the image to be used.

Returns

The current builder instance.

def href(self, value):
    ...
ParameterTypeDescription
valuestrThe URL of the image.

See Also