Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BedQuery

Query object.

Hierarchy

  • IQuery
    • BedQuery

Index

Properties

Methods

Properties

__type__

__type__: "query"

The type of the object

query_id

query_id: number

READ ONLY. This is the unique identifier of the query

Methods

filter

  • filter(identifier: string): void
  • Add a filter to the query.

    Parameters

    • identifier: string

      The identifier to use in the query.

    Returns void

search

  • search(cfields?: [number, number, number, number, number, number]): any[] | null
  • Get the entities that the query captured.

    Parameters

    • Optional cfields: [number, number, number, number, number, number]

      Filter the result by component fields.

    Returns any[] | null

Generated using TypeDoc