Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:regions"
links: { fx:property_helpers: PropertyHelpers; self: Regions }

Type declaration

props: { message: string; values: {} }

Type declaration

  • message: string

    A small, human readable explanation of this property helper.

  • values: {}

    JSON objects with the region codes as the keys.

    • [key: string]: { active: boolean; alternate_values: string[]; boost: number; code: string; default: string }
      • active: boolean

        True if this region is currently recognized.

      • alternate_values: string[]

        Array of alternative names for this region.

      • boost: number

        This value determines which regions will show up first in our find-as-you-type system.

      • code: string

        The code for this region.

      • default: string

        The default name for this region.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc