Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryOneWithinSelector

The call signatures for functions returned from queryOneWithin(). Returns a matched element or null.

Hierarchy

  • QueryOneWithinSelector

Callable

  • QueryOneWithinSelector<S>(selector: S): null | ParseSelector<S, Element>
  • QueryOneWithinSelector<T>(selector: string): null | T
  • The call signatures for functions returned from queryOneWithin(). Returns a matched element or null.

    Type parameters

    • S: string

    Parameters

    • selector: S

    Returns null | ParseSelector<S, Element>

  • The call signatures for functions returned from queryOneWithin(). Returns a matched element or null.

    Type parameters

    • T: Element

    Parameters

    • selector: string

    Returns null | T

Generated using TypeDoc