Data interface for the type of action.

interface IActionContextPreprocess {
    context: IActionContext;
    initialize?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

The input context that is passed through by actors.

initialize?: boolean

If the query processing is being initialized. This is typically used for setting query-wide defaults. This will be false for initializing source-specific contexts.