Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContextMatcher

Hierarchy

Index

Methods

  • dispose(): void
  • match(expression: string, context?: HTMLElement): boolean
  • Whether the expression is satisfied. If context provided, the service will attempt to retrieve a context object associated with that element.

    Parameters

    • expression: string
    • Optional context: HTMLElement

    Returns boolean