Guaxu Docs
Preparing search index...
guaxu-react
QuickAccessProps
Type Alias QuickAccessProps
type
QuickAccessProps
=
{
content
:
string
;
href
?:
string
;
iconName
:
IconName
;
onClick
?:
(
e
:
React.MouseEvent
<
Element
,
MouseEvent
>
)
=>
void
;
target
?:
"_self"
|
"_blank"
;
title
:
string
;
}
Index
Properties
content
href?
icon
Name
on
Click?
target?
title
Properties
content
content
:
string
Optional
href
href
?:
string
icon
Name
iconName
:
IconName
Optional
on
Click
onClick
?:
(
e
:
React.MouseEvent
<
Element
,
MouseEvent
>
)
=>
void
Optional
target
target
?:
"_self"
|
"_blank"
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
href
icon
Name
on
Click
target
title
Guaxu Docs
Loading...