Comunica
    Preparing search index...

    Interface IActorQueryProcessOutput

    Data interface for the type of an actor run result.

    interface IActorQueryProcessOutput {
        result: IQueryOperationResult | IQueryExplained;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Result of the query processing.