config
{ checkbox?: boolean; columns: { from: { title: string; description?: string; }; to: { title: string; description?: string; }; }; searchInput?: boolean; }
boolean
string
transferListData
TransferListItem[]
modal
TransferListModalConfig | boolean
TransferListItem
interface TransferListItem { label: string; locked?: boolean; selected: boolean; value: string; wildcard?: boolean; }
TransferListModalConfig
interface TransferListModalConfig { ariaLabel?: boolean; icon?: string; title?: boolean; tooltipMsg?: string; }