InlineMediaGallery

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val items: <Error class: unknown class>
Link copied to clipboard
open override var uniqueId: Int

Unique identifier of this component, see Component.withUniqueId

Functions

Link copied to clipboard
Link copied to clipboard
inline fun item(url: String, description: String? = null, spoiler: Boolean = false, block: InlineMediaGalleryItem.() -> Unit = {})

Add an item to this gallery, see MediaGalleryItem.fromUrl.

inline fun item(file: FileUpload, description: String? = null, spoiler: Boolean = false, block: InlineMediaGalleryItem.() -> Unit = {})

Add an item to this gallery, see MediaGalleryItem.fromFile.