toggle menu
OpenSRP
androidJvm
switch theme
search in API
engine
/
org.smartregister.fhircore.engine.domain.model
/
TopScreenSectionConfig
Top
Screen
Section
Config
@
Serializable
data
class
TopScreenSectionConfig
(
val
searchBar
:
RegisterContentConfig
?
,
val
title
:
String
?
=
null
,
val
menuIcons
:
List
<
ImageProperties
>
?
=
null
)
Members
Constructors
Top
Screen
Section
Config
Link copied to clipboard
constructor
(
searchBar
:
RegisterContentConfig
?
,
title
:
String
?
=
null
,
menuIcons
:
List
<
ImageProperties
>
?
=
null
)
Properties
menu
Icons
Link copied to clipboard
val
menuIcons
:
List
<
ImageProperties
>
?
=
null
search
Bar
Link copied to clipboard
val
searchBar
:
RegisterContentConfig
?
title
Link copied to clipboard
val
title
:
String
?
=
null