Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldsIndex

Hierarchy

  • FieldsIndex

Index

Properties

Methods

Properties

dateFields

dateFields: any[] | Field[]

An array of date fields or field json objects.

Read more...

Methods

get

  • get(fieldName: string): Field
  • Returns a field with the specified field name.

    Read more...

    Parameters

    • fieldName: string

    Returns Field

has

  • has(fieldName: string): boolean
  • Checks if a field with the specified field name exists in the layer.

    Read more...

    Parameters

    • fieldName: string

    Returns boolean

isDateField

  • isDateField(fieldName: string): boolean
  • Checks if a field with the specified field name is a date field.

    Read more...

    Parameters

    • fieldName: string

    Returns boolean

Generated using TypeDoc