[]
Gets or sets the callback that is triggered before the Viewer executes an action.
[JsonIgnore]
public Func<ActionInfo, ActionResult> OnAction { get; set; }
Type | Description |
---|---|
Func<ActionInfo, ActionResult> | A callback function that takes an ActionInfo as input and returns an ActionResult. |