Search
Accordion.expandedItems Property
See Also
 






Gets the list of currently expanded items.

Namespace: MindFusion.Common.UI
File: Accordion.js

 Syntax

JavaScript  Copy Code

get expandedItems() {}
set expandedItems(value) {}

 Property Value

List

the list of expanded items.

 See Also