BootCell
Preparing search index...
NavDropdownProps
Interface NavDropdownProps
interface
NavDropdownProps
{
onClick
?:
(
event
:
PointerEvent
)
=>
any
;
title
:
JsxChildren
;
[
key
:
string
]:
any
;
[
key
:
number
]:
any
;
}
Hierarchy
Omit
<
NavLinkProps
,
"title"
|
"type"
>
Pick
<
ButtonProps
,
"disabled"
|
"onClick"
>
NavDropdownProps
Indexable
[
key
:
string
]:
any
[
key
:
number
]:
any
Index
Properties
on
Click?
title
Properties
Optional
on
Click
onClick
?:
(
event
:
PointerEvent
)
=>
any
title
title
:
JsxChildren
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Click
title
BootCell
Loading...