HTMLElementChildren

Constructors

Link copied to clipboard
constructor(container: HTMLElement)

Properties

Link copied to clipboard
open override val widgets: List<Widget<HTMLElement>>

A view of current child widgets. This list will change its contents as the mutator functions below are invoked.

Functions

Link copied to clipboard
open override fun detach()

Clear widgets without triggering an update the displayed UI.

Link copied to clipboard
open override fun insert(index: Int, widget: Widget<HTMLElement>)

Insert child widget at index.

Link copied to clipboard
open override fun move(fromIndex: Int, toIndex: Int, count: Int)

Move count child widgets from fromIndex to toIndex.

Link copied to clipboard
open override fun onModifierUpdated(index: Int, widget: Widget<HTMLElement>)

Indicates that Modifiers for the child widgets have changed.

Link copied to clipboard
open override fun remove(index: Int, count: Int)

Remove count child widgets starting from index.