SemanticsActions
-
Cmn
object SemanticsActions
Ths object defines keys of the actions which can be set in semantics and performed on the semantics node.
Each of these is intended to be set by the respective SemanticsPropertyReceiver extension instead of used directly.
Summary
Public properties
ClearTextSubstitution
val ClearTextSubstitution: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
clearTextSubstitution |
CustomActions
val CustomActions: SemanticsPropertyKey<List<CustomAccessibilityAction>>
| See also | |
|---|---|
customActions |
GetScrollViewportLength
val GetScrollViewportLength: SemanticsPropertyKey<AccessibilityAction<(MutableList<Float>) -> Boolean>>
| See also | |
|---|---|
getScrollViewportLength |
GetTextLayoutResult
val GetTextLayoutResult: SemanticsPropertyKey<AccessibilityAction<(MutableList<TextLayoutResult>) -> Boolean>>
| See also | |
|---|---|
getTextLayoutResult |
InsertTextAtCursor
val InsertTextAtCursor: SemanticsPropertyKey<AccessibilityAction<(AnnotatedString) -> Boolean>>
| See also | |
|---|---|
insertTextAtCursor |
OnAutofillText
val OnAutofillText: SemanticsPropertyKey<AccessibilityAction<(AnnotatedString) -> Boolean>>
OnFillData
val OnFillData: SemanticsPropertyKey<AccessibilityAction<(FillableData) -> Boolean>>
| See also | |
|---|---|
onFillData |
OnImeAction
val OnImeAction: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
onImeAction |
OnLongClick
val OnLongClick: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
onLongClick |
PageRight
val PageRight: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
pageRight |
PasteText
val PasteText: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
pasteText |
RequestFocus
val RequestFocus: SemanticsPropertyKey<AccessibilityAction<() -> Boolean>>
| See also | |
|---|---|
requestFocus |
ScrollBy
val ScrollBy: SemanticsPropertyKey<AccessibilityAction<(x: Float, y: Float) -> Boolean>>
| See also | |
|---|---|
scrollBy |
ScrollByOffset
val ScrollByOffset: SemanticsPropertyKey<suspend (offset: Offset) -> Offset>
| See also | |
|---|---|
scrollByOffset |
ScrollToIndex
val ScrollToIndex: SemanticsPropertyKey<AccessibilityAction<(Int) -> Boolean>>
| See also | |
|---|---|
scrollToIndex |
SetProgress
val SetProgress: SemanticsPropertyKey<AccessibilityAction<(progress: Float) -> Boolean>>
| See also | |
|---|---|
setProgress |
SetSelection
val SetSelection: SemanticsPropertyKey<AccessibilityAction<(Int, Int, Boolean) -> Boolean>>
| See also | |
|---|---|
setSelection |
SetText
val SetText: SemanticsPropertyKey<AccessibilityAction<(AnnotatedString) -> Boolean>>
| See also | |
|---|---|
setText |
SetTextSubstitution
val SetTextSubstitution: SemanticsPropertyKey<AccessibilityAction<(AnnotatedString) -> Boolean>>
| See also | |
|---|---|
setTextSubstitution |
ShowTextSubstitution
val ShowTextSubstitution: SemanticsPropertyKey<AccessibilityAction<(Boolean) -> Boolean>>
| See also | |
|---|---|
showTextSubstitution |