Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • Indicates if the given argument has the shape of a ViewerAction

    export

    Parameters

    • action: any

    Returns action is ViewerAction

  • Indicates if the given argument has the shape of an IComponentFlyoutItem

    export

    Parameters

    • item: any

    Returns item is IComponentFlyoutItem

  • isCoordinate(coord: any): coord is [number, number]
  • Indicates if the given argument is a coordinate pair

    export

    Parameters

    • coord: any

    Returns coord is [number, number]

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

    export

    Parameters

    • err: any

    Returns err is Error

  • Indicates if the given argument is an InitError object

    export

    Parameters

    • item: any

    Returns item is InitError

  • Indicates if the given argument is a MapLayer object

    export

    Parameters

    • layer: any

    Returns layer is MapLayer

  • Indicates if the given argument has the shape of an IMapView

    export

    Parameters

    • view: any

    Returns view is IMapView

  • Indicates if the given argument has the shape of an IInlineMenu

    export

    Parameters

    • item: any

    Returns item is IInlineMenu

  • Indicates if the given arguemnt has the shape of an IFlyoutMenu

    export

    Parameters

    • item: any

    Returns item is IFlyoutMenu

  • Indicates if the given argument is an IModalDisplayOptions

    export

    Parameters

    • arg: any

    Returns arg is IModalDisplayOptions

Generated using TypeDoc