FieldsPopupElement

constructor(fields: Iterable<PopupField> = listOf())

Creates a new fields pop-up element with the given List of PopupField. The order of the List is the order that fields are shown in the pop-up window.

Since

200.1.0

Parameters

fields

A List of PopupField objects defining how each field participates in the pop-up window.