StoredMediaProperty

Property that can be attached to a Node in AstAttributes.properties to signal that the node is bound to a StoredMedia resolved by a com.quarkdown.core.media.storage.ReadOnlyMediaStorage.

Parameters

value

the stored media

See also

Constructors

Link copied to clipboard
constructor(value: StoredMedia)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val key: Property.Key<StoredMedia>

The key of the property, used to identify it.

Link copied to clipboard
open override val value: StoredMedia