← Standard library

TextData

channel TextData
import TextData from Wax;

The current frame's ordered editing intents and shared UTF-32 payload run. Event offsets and lengths address entries in this frame only.

TextInput.wax:239

Members

eventsfield

public ReadOnlySpan<TextEvent> events

Editing intents in the order produced by the host.

TextInput.wax:244

textfield

public ReadOnlySpan<uint32> text

The shared UTF-32 payload entries addressed by this frame's TextEvent ranges.

TextInput.wax:249

GetChangesmethod

public static fn GetChanges() : TextDataChanges

Provided by the compiler.