showTextSubstitution

Function

Common
fun SemanticsPropertyReceiver.showTextSubstitution(
    label: String? = null,
    action: ((Boolean) -> Boolean)?,
)

Action to show or hide the text substitution of this node.

Expected to be used on non-editable text.

Note, this action only takes effect when the node has the text substitution.

Parameters

labelOptional label for this action.
actionAction to be performed when SemanticsActions.ShowTextSubstitution is called.