Skip to content

TypeScript definitions for Flexmonster Pivot table component

Notifications You must be signed in to change notification settings

Uaman/typescript-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

TypeScript definitions for Flexmonster Pivot table component

Flexmonster Pivot table component Website: www.flexmonster.com

Referencing Flexmonster definition file in your code

To do that, simply add flexmonster.d.ts at the top of your code.

///<reference path="flexmonster.d.ts"/>

Examples

Simple TypeScript / Flexmonster Pivot application

///<reference path="flexmonster.d.ts"/>

class PivotApp {
    private pivot: Flexmonster.Pivot;
    constructor() {
        this.pivot = Flexmonster({
            container: "content",
            toolbar: true,
            width: "100%",
            height: "500px",
            report: "report.json",
            licenseKey: "XXXX"
        });
    }
}

About

TypeScript definitions for Flexmonster Pivot table component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published