Trilium Frontend API
Preparing search index...
<internal>
RawHtmlProps
Interface RawHtmlProps
From T, pick a set of properties whose keys are in the union K
interface
RawHtmlProps
{
className
?:
string
;
dir
?:
Signalish
<
"auto"
|
"rtl"
|
"ltr"
>
;
html
?:
any
;
onClick
?:
(
e
:
MouseEvent
)
=>
void
;
style
?:
CSSProperties
;
tabindex
?:
Signalish
<
number
>
;
}
Hierarchy (
View Summary
)
Pick
<
HTMLProps
<
HTMLElement
>
,
"tabindex"
|
"dir"
>
RawHtmlProps
Index
Properties
class
Name?
dir?
html?
on
Click?
style?
tabindex?
Properties
Optional
class
Name
className
?:
string
Optional
dir
dir
?:
Signalish
<
"auto"
|
"rtl"
|
"ltr"
>
Optional
html
html
?:
any
Optional
on
Click
onClick
?:
(
e
:
MouseEvent
)
=>
void
Optional
style
style
?:
CSSProperties
Optional
tabindex
tabindex
?:
Signalish
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
dir
html
on
Click
style
tabindex
Trilium Frontend API
Loading...
From T, pick a set of properties whose keys are in the union K