Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
BreadCrumbsProps
Interface BreadCrumbsProps
Public
interface
BreadCrumbsProps
{
collapseFrom
?:
number
;
ellipsisFrom
?:
number
;
ellipsisTo
?:
number
;
items
:
BreadCrumb
[]
;
leftContent
?:
ReactNode
;
onClick
?:
(
index
:
number
)
=>
void
;
separator
?:
string
;
size
?:
SIZE
;
tooltipPlacement
?:
PLACEMENT
;
}
Index
Properties
collapse
From?
ellipsis
From?
ellipsis
To?
items
left
Content?
on
Click?
separator?
size?
tooltip
Placement?
Properties
Optional
collapse
From
collapseFrom
?:
number
Optional
ellipsis
From
ellipsisFrom
?:
number
Optional
ellipsis
To
ellipsisTo
?:
number
items
items
:
BreadCrumb
[]
Optional
left
Content
leftContent
?:
ReactNode
Optional
on
Click
onClick
?:
(
index
:
number
)
=>
void
Optional
separator
separator
?:
string
Optional
size
size
?:
SIZE
Optional
tooltip
Placement
tooltipPlacement
?:
PLACEMENT
On This Page
Properties
collapse
From
ellipsis
From
ellipsis
To
items
left
Content
on
Click
separator
size
tooltip
Placement
Юниверс DG SDK UI
Loading...
Public