ExtensionCreator Type
In This Article
#Declaration
TypeScript
export type ExtensionCreator = (dashboardControl: DevExpress.Dashboard.DashboardControl, extensionOptions?: {
[index: string]: {};
}) => DevExpress.Dashboard.IExtension
#Members
Type |
---|
(dashboard |