mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Both Worksheet and Dashboard classes extend Sheet class (#37820)
For reference, see https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_ref.htm#sheet_classes
This commit is contained in:
Vendored
+2
-2
@@ -534,7 +534,7 @@ declare namespace tableau {
|
||||
getIndex(): number;
|
||||
}
|
||||
|
||||
class Worksheet {
|
||||
class Worksheet extends Sheet {
|
||||
/** Returns the Dashboard object to which this Worksheet belongs (if it’s on a dashboard). Otherwise, it returns null. */
|
||||
getParentDashboard(): Dashboard;
|
||||
/**
|
||||
@@ -624,7 +624,7 @@ declare namespace tableau {
|
||||
maxRows: number;
|
||||
}
|
||||
|
||||
class Dashboard {
|
||||
class Dashboard extends Sheet {
|
||||
/** Gets the collection of objects. */
|
||||
getObjects(): DashboardObject[];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user