LoVElt
Type Alias: LoVElt¶
taipy-gui JS module API • Docs
taipy-gui JS module API / LoVElt
LoVElt: [
string
,stringIcon
,LoVElt[]?
]
A LoV (list of value) element.
Each LoVElt
holds:
- Its identifier as a string;
- Its label (or icon) as a
stringIcon
; - Potential child elements as an array of
LoVElt
s.