ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/ui/sortable
KanbanRootProps
Interface KanbanRootProps<T>
interface
KanbanRootProps
<
T
>
{
value
:
Record
<
string
,
T
[]
>
;
onValueChange
:
(
value
:
Record
<
string
,
T
[]
>
)
=>
void
;
getItemValue
:
(
item
:
T
)
=>
string
;
children
:
ReactNode
;
className
?:
string
;
onMove
?:
(
event
:
KanbanMoveEvent
)
=>
void
;
}
Type Parameters
T
Index
Properties
value
on
Value
Change
get
Item
Value
children
class
Name?
on
Move?
Properties
value
value
:
Record
<
string
,
T
[]
>
on
Value
Change
onValueChange
:
(
value
:
Record
<
string
,
T
[]
>
)
=>
void
get
Item
Value
getItemValue
:
(
item
:
T
)
=>
string
children
children
:
ReactNode
Optional
class
Name
className
?:
string
Optional
on
Move
onMove
?:
(
event
:
KanbanMoveEvent
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
value
on
Value
Change
get
Item
Value
children
class
Name
on
Move
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...