Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Service

Hierarchy

  • Service

Implements

Index

Properties

Protected _proxy

_proxy: AjaxProxy

Static DEFAULT_PROXY

DEFAULT_PROXY: Klass<AjaxProxy> = JsonProxy

Methods

call

  • Call an api with parameters.

    Type parameters

    • T

    Parameters

    Returns Promise<T>

destroy

  • destroy(): void

initialize

  • initialize(): void

proxy

  • Sets the api proxy for data access.

    Parameters

    Returns this

  • Gets the api proxy for data access.

    Returns AjaxProxy