SvgTemplate
@Serializable
Constructors
Link copied to clipboard
constructor(uri: Rfc3986UniformResourceIdentifier, uriIntegrity: W3cSubresourceIntegrityMetadata? = null, properties: SvgTemplateProperties? = null)
Types
Link copied to clipboard
object SerialNames
Properties
Link copied to clipboard
properties: An object containing properties for the SVG template, as described in Section 4.5.1.2.1. This property is REQUIRED if more than one SVG template is present, otherwise it is OPTIONAL.
Link copied to clipboard
uri: A URI pointing to the SVG template. This property is REQUIRED.
Link copied to clipboard
uri#integrity: An "integrity metadata" string as described in Section 5. This property is OPTIONAL.