input.text · function ·
ReadCommitted
Read committed.
Represent committed text and composition separately from physical keys.
external ReadCommitted() returns textStatus: source-declared
Use ReadCommitted
A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.
cpu · source-example · type checked
using input.text
// Represent committed text and composition separately from physical keys.
text result = ReadCommitted()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.input_text__readcommitted"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "input.text"
version = "0.1.0"
path = "../../../yeho/packages/input/text"
Notes and source
Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.
yeho/packages/input/text/text.yh:4