Data interface for the type of an actor run result.

interface IActorContextPreprocessOutput {
    context: IActionContext;
}

Hierarchy (view full)

Properties

Properties

A context object. Can be null.