Properties
Optional children
children?: ((props) => ReactNode)
Type declaration
- (props): ReactNode
Returns ReactNode
Optional className
className?: string
Optional dataSource
Optional disabled
disabled?: boolean
Optional filterOption
filterOption?: ((inputValue, item, direction) => boolean)
Type declaration
- (inputValue, item, direction): boolean
Parameters
inputValue: string
direction: TransferDirection
Returns boolean
Optional footer
footer?: ((props, info?) => ReactNode)
Type declaration
Parameters
props: TransferListProps<RecordType>
Optional info: {
direction: TransferDirection;
}
direction: TransferDirection
Returns ReactNode
Optional listStyle
listStyle?: CSSProperties | ((style) => CSSProperties)
Type declaration
- (style): CSSProperties
Returns CSSProperties
Optional locale
Optional onChange
onChange?: ((targetKeys, direction, moveKeys) => void)
Type declaration
- (targetKeys, direction, moveKeys): void
Parameters
targetKeys: string[]
direction: TransferDirection
moveKeys: string[]
Returns void
Optional onScroll
onScroll?: ((direction, e) => void)
Type declaration
- (direction, e): void
Parameters
direction: TransferDirection
Returns void
Optional onSearch
onSearch?: ((direction, value) => void)
Type declaration
- (direction, value): void
Parameters
direction: TransferDirection
value: string
Returns void
Optional onSelectChange
onSelectChange?: ((sourceSelectedKeys, targetSelectedKeys) => void)
Type declaration
- (sourceSelectedKeys, targetSelectedKeys): void
Parameters
sourceSelectedKeys: string[]
targetSelectedKeys: string[]
Returns void
Optional oneWay
oneWay?: boolean
Optional operationStyle
operationStyle?: CSSProperties
Optional operations
operations?: string[]
Optional pagination
pagination?: PaginationType
Optional prefixCls
prefixCls?: string
Optional render
Optional rootClassName
rootClassName?: string
Optional rowKey
rowKey?: ((record) => string)
Type declaration
- (record): string
Returns string
Optional selectAllLabels
selectAllLabels?: SelectAllLabel[]
Optional selectedKeys
selectedKeys?: string[]
Optional selectionsIcon
selectionsIcon?: ReactNode
Optional showSearch
showSearch?: boolean
Optional showSelectAll
showSelectAll?: boolean
Optional status
status?: "" | "error" | "warning"
Optional style
style?: CSSProperties
Optional targetKeys
targetKeys?: string[]
Optional titles
titles?: ReactNode[]