Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
iOS
DropDown Element — CometChat documentation.
DropDownElement
string
[OptionElement]
bool
String
let option1 = OptionElement() option1.id = "A" option1.value = "B" let option2 = OptionElement() option2.id = "B" option2.value = "A" let dropdownElement = DropdownElement() dropdownElement.elementId = "Block" dropdownElement.label: "Select block" dropdownElement.options: [option1,option2]
Was this page helpful?