Arc.React
    Preparing search index...

    Class IQueryScopeAbstract

    Defines the system for tracking queries and observable queries in a scope. This is an abstract class that can be extended to implement custom behavior.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get isPerforming(): boolean

      Gets whether or not any queries or observable queries are currently being performed in this scope or any child scopes.

      Returns boolean

    Methods

    • Notify the scope that a query or observable query has completed performing. Call this when a query finishes executing.

      Returns void

    • Notify the scope that a query or observable query has started performing. Call this when a query begins executing.

      Returns void