Element

class Element(val content: KpaElement) : KbTransformable(source)

A transformable that wraps a KpaElement.

Parameters

content

the element wrapped by this transformable.

Constructors

Link copied to clipboard
constructor(content: KpaElement)

Properties

Link copied to clipboard
val content: KpaElement