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.
Display a multi-level cascading selector.
list
false
[{"name":"City"},{"name":"District A"},{"name":"Street A"}]
my.multiLevelSelect({ title: 'Select Location', list: [ { name: 'USA', subList: [ { name: 'California' }, { name: 'New York' } ] } ], success: (res) => { console.log('Selected:', res.result); } });