How do i know which methods and functions of flex are available in javascript?
Are there some API's or documentation where we can get these functions which
are available in java script.

Like how do i know that

var catXAxis = FABridge.testOne.create("mx.charts.CategoryAxis");
catXAxis.setDisplayName("Month");

this CategoryAxis have a setter of display name.

any help will be appreciated.

Regards,
Amit Dahiya