Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
report-engine
/
org.octavius.report.configuration
/
ConfigurationNameInput
Configuration
Name
Input
@
Composable
private
fun
ConfigurationNameInput
(
name
:
String
,
onNameChange
:
(
String
)
->
Unit
,
nameError
:
String
?
,
isOverwriting
:
Boolean
)