Skip to content

editorGlobalsLocalOrnamentDescriptorType

Enumeration: LocalOrnamentDescriptorType

Supported media types for local ornaments. They get written into the data URIs and therefore should contain valid media types ("image/jpeg" instead of "jpg"). Others should work out of the box and maybe don't need to be set at all.

Index

Enumeration members

Enumeration members

GIF

GIF: = "image/gif"

Defined in src/model/data/Concepts/LocalOrnamentDescriptor.ts:13


JPG

JPG: = "image/jpeg"

Defined in src/model/data/Concepts/LocalOrnamentDescriptor.ts:14


PNG

PNG: = "image/png"

Defined in src/model/data/Concepts/LocalOrnamentDescriptor.ts:15


SVG

SVG: = "image/svg+xml"

Defined in src/model/data/Concepts/LocalOrnamentDescriptor.ts:12