Theia API Documentation v1.65.0
    Preparing search index...
    interface ContextMatcher {
        match(expression: string, context?: HTMLElement): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Whether the expression is satisfied. If context provided, the service will attempt to retrieve a context object associated with that element.

      Parameters

      • expression: string
      • Optionalcontext: HTMLElement

      Returns boolean