ResolvedLinkUrlProperty

data class ResolvedLinkUrlProperty(val value: String) : Property<String>

Property, assigned to each image link, that points to a local relative URL (path) that is different from the original. For instance, an image may have a link to images/picture.png, but if it's loaded from an included document with a different base path, it may be resolved to, for example, ../images/picture.png.

See also

for the storing stage

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The key of the property, used to identify it.

Link copied to clipboard
open override val value: String

The value of the property.