Trilium Frontend API
Preparing search index...
<internal>
AdmonitionProps
Interface AdmonitionProps
From T, pick a set of properties whose keys are in the union K
interface
AdmonitionProps
{
children
:
ComponentChildren
;
className
?:
string
;
style
?:
Signalish
<
string
|
CSSProperties
>
;
type
:
"note"
|
"warning"
|
"caution"
;
}
Hierarchy (
View Summary
)
Pick
<
HTMLAttributes
<
HTMLDivElement
>
,
"style"
>
AdmonitionProps
Index
Properties
children
class
Name?
style?
type
Properties
children
children
:
ComponentChildren
Optional
class
Name
className
?:
string
Optional
style
style
?:
Signalish
<
string
|
CSSProperties
>
type
type
:
"note"
|
"warning"
|
"caution"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
style
type
Trilium Frontend API
Loading...
From T, pick a set of properties whose keys are in the union K