frontend
Preparing search index...
components/features/expandable_list
Props
Type Alias Props
type
Props
=
{
children
:
React.ReactNode
;
Component
:
ComponentType
<
AlertProps
>
|
ComponentType
<
StudentProps
>
;
componentType
:
"Alert"
|
"Student"
;
direction
?:
Responsive
<
"row"
|
"column"
|
"row-reverse"
|
"column-reverse"
>
;
gap
?:
Responsive
<
Union
<
string
,
"0"
|
"1"
|
"2"
|
"3"
|
"4"
|
"5"
|
"6"
|
"7"
|
"8"
|
"9"
,
>
,
>
;
isExpanded
?:
boolean
;
list
:
any
[]
;
min
:
number
;
width
?:
Responsive
<
string
>
;
wrap
?:
Responsive
<
"wrap"
|
"nowrap"
|
"wrap-reverse"
>
;
}
Index
Properties
children
Component
component
Type
direction?
gap?
is
Expanded?
list
min
width?
wrap?
Properties
children
children
:
React.ReactNode
Component
Component
:
ComponentType
<
AlertProps
>
|
ComponentType
<
StudentProps
>
component
Type
componentType
:
"Alert"
|
"Student"
Optional
direction
direction
?:
Responsive
<
"row"
|
"column"
|
"row-reverse"
|
"column-reverse"
>
Optional
gap
gap
?:
Responsive
<
Union
<
string
,
"0"
|
"1"
|
"2"
|
"3"
|
"4"
|
"5"
|
"6"
|
"7"
|
"8"
|
"9"
>
,
>
Optional
is
Expanded
isExpanded
?:
boolean
list
list
:
any
[]
min
min
:
number
Optional
width
width
?:
Responsive
<
string
>
Optional
wrap
wrap
?:
Responsive
<
"wrap"
|
"nowrap"
|
"wrap-reverse"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
Component
component
Type
direction
gap
is
Expanded
list
min
width
wrap
frontend
Loading...