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