Class SelectOptionData

A simple container to store the The text to be displayed as option HTMLElement and an objId linked to this text

Source : file dialogs/selectDialog/SelectOptionData.js at line 31

Constructor

new SelectOptionData ( text, objId )

The constructor

Source : file dialogs/selectDialog/SelectOptionData.js at line 53

Parameters

Name Type Description
text String

The text to be displayed as option HTMLElement

objId Number

An objId

Public getters and setters

readonly get objId : Number

An objId

Source : file dialogs/selectDialog/SelectOptionData.js at line 71

readonly get text : String

The text to be displayed as option HTMLElement

Source : file dialogs/selectDialog/SelectOptionData.js at line 64

Private properties

#objId : Number

An objId

Source : file dialogs/selectDialog/SelectOptionData.js at line 45

#text : String

The text to be displayed as option HTMLElement

Source : file dialogs/selectDialog/SelectOptionData.js at line 38