Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryAllWithinSelector

The call signatures for functions returned from queryAllWithin(). Returns an array of all matched elements.

Hierarchy

  • QueryAllWithinSelector

Callable

  • QueryAllWithinSelector<S>(selector: S): ParseSelector<S, Element>[]
  • QueryAllWithinSelector<T>(selector: string): T[]
  • The call signatures for functions returned from queryAllWithin(). Returns an array of all matched elements.

    Type parameters

    • S: string

    Parameters

    • selector: S

    Returns ParseSelector<S, Element>[]

  • The call signatures for functions returned from queryAllWithin(). Returns an array of all matched elements.

    Type parameters

    • T: Element

    Parameters

    • selector: string

    Returns T[]

Generated using TypeDoc