Data interface for the type of an actor run result.

interface IActorContextPreprocessOutput {
    context: IActionContext;
}

Hierarchy (View Summary)

Properties

Properties

A context object. Can be null.