@types/falcor-http-datasource
TypeScript icon, indicating that this package has built-in type declarations

0.1.24 • Public • Published

Installation

npm install --save @types/falcor-http-datasource

Summary

This package contains type definitions for falcor-http-datasource (https://github.com/Netflix/falcor-http-datasource).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-http-datasource.

index.d.ts

/// <reference types="falcor" />

import * as FalcorModel from "falcor";

declare namespace FalcorHttpDataSource {
    /**
     * A HttpDataSource object is a {@link DataSource} can be used to retrieve data from a remote JSONGraph object using the browser's XMLHttpRequest.
     */
    class XMlHttpSource extends FalcorModel.DataSource {
        constructor(jsonGraphUrl: string, config?: any);
    }
}

import XMlHttpSource = FalcorHttpDataSource.XMlHttpSource;
export { XMlHttpSource };
export default XMlHttpSource;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/falcor

Credits

These definitions were written by Quramy, and LukeRielley.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/falcor-http-datasource

Weekly Downloads

888

Version

0.1.24

License

MIT

Unpacked Size

3.96 kB

Total Files

5

Last publish

Collaborators

  • types