We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CompositionComponent
1 parent c395770 commit d6f1f4aCopy full SHA for d6f1f4a
app/src/main/java/com/osfans/trime/data/theme/model/CompositionComponent.kt
@@ -2,15 +2,15 @@ package com.osfans.trime.data.theme.model
2
3
data class CompositionComponent(
4
val start: String,
5
- val move: String?,
+ val move: String,
6
val end: String,
7
- val composition: String?,
8
- val letterSpacing: Int?,
9
- val label: String?,
10
- val candidate: String?,
11
- val comment: String?,
12
- val sep: String?,
13
- val align: String?,
14
- val whenStr: String?,
+ val composition: String,
+ val letterSpacing: Int,
+ val label: String,
+ val candidate: String,
+ val comment: String,
+ val sep: String,
+ val align: String,
+ val whenStr: String,
15
val click: String,
16
)
0 commit comments