Options
All
  • Public
  • Public/Protected
  • All
Menu

Web

Hierarchy

  • IWeb

Callable

  • __call(url?: string, targetInfo?: ITargetInfoProps): IWeb
  • Creates an instance of the web library.

    Parameters

    • Optional url: string

      (Optional) The web url.

    • Optional targetInfo: ITargetInfoProps

      (Optional) The target information.

    Returns IWeb

Index

Methods

Methods

getRemoteWeb

  • getRemoteWeb(requestUrl: string): IBaseExecution<RemoteWeb>
  • Method to get a remote web.

    Parameters

    • requestUrl: string

      The absolute url of the remote web.

    Returns IBaseExecution<RemoteWeb>

Generated using TypeDoc