Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface KeyboardActionScope
Link copied to clipboard
class KeyboardOptions(val capitalization: KeyboardCapitalization? = null, val autoCorrect: Boolean? = null, val keyboardType: KeyboardType? = null, val imeAction: ImeAction? = null, val platformImeOptions: PlatformImeOptions? = null)
Functions
Link copied to clipboard
fun AttrsScope<HTMLElement>.attrsFrom(keyboardOptions: KeyboardOptions, keyboardActions: KeyboardActions)
Link copied to clipboard
expect fun BasicText(text: AnnotatedString, modifier: Modifier = Modifier, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, minLines: Int = 1, color: ColorProducer? = null)
expect fun BasicText(text: String, modifier: Modifier = Modifier, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, minLines: Int = 1, color: ColorProducer? = null)
The following Compose UI BasicText parameters are not yet supported:
actual fun BasicText(text: AnnotatedString, modifier: Modifier, overflow: TextOverflow, softWrap: Boolean, maxLines: Int, minLines: Int, color: ColorProducer?)
actual fun BasicText(text: String, modifier: Modifier, overflow: TextOverflow, softWrap: Boolean, maxLines: Int, minLines: Int, color: ColorProducer?)
actual fun BasicText(text: AnnotatedString, modifier: Modifier, overflow: TextOverflow, softWrap: Boolean, maxLines: Int, minLines: Int, color: ColorProducer?)
actual fun BasicText(text: String, modifier: Modifier, overflow: TextOverflow, softWrap: Boolean, maxLines: Int, minLines: Int, color: ColorProducer?)
Link copied to clipboard
Link copied to clipboard