Optional
addOptional callback for the dynamically built add all button
Optional
addAccessible label for the dynamically built add all button
Optional
addTooltip content for the dynamically built add all button
Optional
addAdditonal tooltip properties for the dynamically built add all tooltip
Optional
addOptional callback for the dynamically built add selected button
Optional
addAccessible label for the dynamically built add selected button
Optional
addTooltip content for the dynamically built add selected button
Optional
addAdditonal tooltip properties for the dynamically built add selected tooltip
Optional
availableOptions to display in the dynamically built available options pane. When using trees, the options should be in the DualListSelectorTreeItemData[] format.
Optional
availableActions to be displayed above the dynamically built available options pane.
Optional
availableAccessible label for the search input on the dynamically built available options pane.
Optional
availableStatus message to display above the dynamically built available options pane.
Optional
availableTitle applied to the dynamically built available options pane.
Optional
childrenContent to be rendered in the dual list selector. Panes & controls will not be built dynamically when children are provided.
Optional
chosenOptions to display in the dynamically built chosen options pane. When using trees, the options should be in the DualListSelectorTreeItemData[] format.
Optional
chosenActions to be displayed above the dynamically built chosen options pane.
Optional
chosenAccessible label for the search input on the dynamically built chosen options pane.
Optional
chosenStatus message to display above the dynamically built chosen options pane.
Optional
chosenTitle applied to the dynamically built chosen options pane.
Optional
classAdditional classes applied to the dual list selector.
Optional
controlsAccessible label for the dynamically built controls between the two panes.
Optional
filterOptional filter function for custom filtering based on search string. Used with a dynamically built search input.
Optional
idId of the dual list selector.
Optional
isFlag indicating if the dual list selector is in a disabled state
Optional
isFlag indicating a search bar should be included above both the dynamically built available and chosen panes.
Optional
isFlag indicating if the dual list selector uses trees instead of simple lists
Optional
onA callback for when the search input value for the dynamically built available options changes.
Optional
onA callback for when the search input value for the dynamically built chosen options changes.
Optional
onCallback fired every time dynamically built options are chosen or removed
Optional
onOptional callback fired when a dynamically built option is checked
Optional
onOptional callback fired when a dynamically built option is selected
Optional
removeOptional callback for the dynamically built remove all button
Optional
removeAccessible label for the dynamically built remove all button
Optional
removeTooltip content for the dynamically built remove all button
Optional
removeAdditonal tooltip properties for the dynamically built remove all tooltip
Optional
removeOptional callback for the dynamically built remove selected button
Optional
removeAccessible label for the dynamically built remove selected button
Optional
removeTooltip content for the dynamically built remove selected button
Optional
removeAdditonal tooltip properties for the dynamically built remove selected tooltip
Acts as a container for all other DualListSelector sub-components when using a composable dual list selector.