Trilium Frontend API
Preparing search index...
<internal>
IconProps
Interface IconProps
From T, pick a set of properties whose keys are in the union K
interface
IconProps
{
className
?:
string
;
icon
?:
string
;
onClick
?:
MouseEventHandler
<
HTMLSpanElement
>
;
}
Hierarchy (
View Summary
)
Pick
<
HTMLAttributes
<
HTMLSpanElement
>
,
"className"
|
"onClick"
>
IconProps
Index
Properties
class
Name?
icon?
on
Click?
Properties
Optional
class
Name
className
?:
string
Optional
icon
icon
?:
string
Optional
on
Click
onClick
?:
MouseEventHandler
<
HTMLSpanElement
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
icon
on
Click
Trilium Frontend API
Loading...
From T, pick a set of properties whose keys are in the union K