Class BoundsQuery

constructor

devOptions

devOptions: StateDevOptions

Development-time settings

name

  • get name(): null | string
  • Returns the UI state's debug name.

    Returns null | string

addProjection

domQuery

  • domQuery<TKey>(key: TKey): Always<TQueryAPI[TKey]>[]
  • Type parameter Description
    TKey: keyof BoundsResolution

    Parameters

    • key: TKey

    Returns Always<TQueryAPI[TKey]>[]

getBounds

  • getBounds(): ClientRect[]
  • Returns ClientRect[]

removeProjection

  • removeProjection(projection: any): void
  • Parameters

    • projection: any

    Returns void

Generated using TypeDoc