Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/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
collapse
From
?:
number
Optional
ellipsis
From
ellipsis
From
?:
number
Optional
ellipsis
To
ellipsis
To
?:
number
items
items
:
BreadCrumb
[]
Optional
left
Content
left
Content
?:
ReactNode
Optional
on
Click
on
Click
?:
(
(
index
:
number
)
=>
void
)
Optional
separator
separator
?:
string
Optional
size
size
?:
SIZE
Optional
tooltip
Placement
tooltip
Placement
?:
PLACEMENT
On This Page
Properties
collapse
From
ellipsis
From
ellipsis
To
items
left
Content
on
Click
separator
size
tooltip
Placement
Юниверс MDM SDK UI
Loading...
Public