TextData
channel TextDataimport 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.
Members
eventsfield
public ReadOnlySpan<TextEvent> eventsEditing intents in the order produced by the host.
textfield
public ReadOnlySpan<uint32> textThe shared UTF-32 payload entries addressed by this frame's TextEvent ranges.
GetChangesmethod
public static fn GetChanges() : TextDataChangesProvided by the compiler.