Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/type-guards"

Index

Functions

isAction

  • isAction(action: any): boolean
  • Indicates if the given argument has the shape of a ReduxAction

    export

    Parameters

    • action: any

    Returns boolean

isComponentFlyout

  • isComponentFlyout(item: any): boolean
  • Indicates if the given argument has the shape of an IComponentFlyoutItem

    export

    Parameters

    • item: any

    Returns boolean

isCoordinate

  • isCoordinate(coord: any): boolean
  • Indicates if the given argument is a coordinate pair

    export

    Parameters

    • coord: any

    Returns boolean

isError

  • isError(err: any): boolean
  • Indicates if the given argument is an Error object

    export

    Parameters

    • err: any

    Returns boolean

isInitError

  • isInitError(item: any): boolean
  • Indicates if the given argument is an InitError object

    export

    Parameters

    • item: any

    Returns boolean

isLayer

  • isLayer(layer: any): boolean
  • Indicates if the given argument is a MapLayer object

    export

    Parameters

    • layer: any

    Returns boolean

isMapView

  • isMapView(view: any): boolean
  • Indicates if the given argument has the shape of an IMapView

    export

    Parameters

    • view: any

    Returns boolean

isMenu

  • isMenu(item: any): boolean
  • Indicates if the given argument has the shape of an IInlineMenu

    export

    Parameters

    • item: any

    Returns boolean

isMenuRef

  • isMenuRef(item: any): boolean
  • Indicates if the given arguemnt has the shape of an IFlyoutMenu

    export

    Parameters

    • item: any

    Returns boolean

isModalComponentDisplayOptions

  • isModalComponentDisplayOptions(arg: any): boolean
  • Indicates if the given argument is an IModalComponentDisplayOptions

    export

    Parameters

    • arg: any

    Returns boolean

isModalDisplayOptions

  • isModalDisplayOptions(arg: any): boolean
  • Indicates if the given argument is an IModalDisplayOptions

    export

    Parameters

    • arg: any

    Returns boolean

Generated using TypeDoc