Back to API Reference
Class

TextSemanticActionRequest

sealed

Mutable request routed before a semantic action's built-in interaction behavior.

public TextSemanticNode Node{ get }

Node receiving the action.

public TextSemanticActions Action{ get }

Single requested action.

public bool Handled{ get; set }

Whether a project or bridge handler performed the action.

public bool DefaultPrevented{ get; set }

Whether built-in activation/context routing must be skipped.

public void Handle()

Marks the request handled without canceling its built-in behavior.

public void PreventDefault()

Cancels built-in behavior without implicitly marking the request handled.