@xylabs/sdk-react
Preparing search index...
NavListItemProps
Interface NavListItemProps
interface
NavListItemProps
{
href
?:
string
;
icon
?:
ReactNode
;
onButtonClick
?:
MouseEventHandler
<
HTMLLIElement
>
;
primary
:
ReactNode
;
to
?:
To
;
tooltip
?:
string
;
}
Hierarchy (
View Summary
)
NavListItemProps
MenuListItemProps
Index
Properties
href?
icon?
on
Button
Click?
primary
to?
tooltip?
Properties
Optional
href
href
?:
string
Optional
icon
icon
?:
ReactNode
Optional
on
Button
Click
onButtonClick
?:
MouseEventHandler
<
HTMLLIElement
>
primary
primary
:
ReactNode
Optional
to
to
?:
To
Optional
tooltip
tooltip
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
href
icon
on
Button
Click
primary
to
tooltip
@xylabs/sdk-react
Loading...