content_script_type method

content_script_type

Sets the ‘contentScriptType’ attribute of the SVG element. This attribute specifies the default scripting language for the contents of the SVG document.

Returns

The SVGSVGElementBuilder instance for chaining.

def content_script_type(self, value):
    ...
ParameterTypeDescription
valuestrThe scripting language (e.g., “text/ecmascript”).

See Also