Comunica
    Preparing search index...

    Data interface for the type of action.

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

    Hierarchy (View Summary)

    Index

    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.