Skip to main content

ElementMetaData

An interface with all available element metadata fields. Note that only a subset of fields are generally used by a given archetype.

@see

Index

Properties

optionaldrawImage

drawImage?: boolean

Whether to draw an element-accompanying image or not

optionalhidden

hidden?: boolean

Whether an options shows up in the UI. Useful for options that are managed programmatically.

optionalicon

icon?: ThumbIcon

The name of a supported thumbnail image in \CSS\Styles.css that will show the current position on the slider

optionalimagePath

imagePath?: string

The static image path of the to-be drawn image. A value of null either implies that it should not be drawn (per ElementMetaData.drawImage) or that it's a dynamic image path (e.g. modular item modules).

Page Options