@gooddata/typings
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -20,2 +20,3 @@ import { VisualizationObject } from './VisualizationObject'; | ||
style?: string; | ||
header?: SectionHeader; | ||
} | ||
@@ -38,1 +39,9 @@ export interface IFluidLayoutColumn { | ||
} | ||
export declare type SectionHeader = ISectionHeader | ISectionDescription; | ||
export interface ISectionHeader { | ||
title: string; | ||
description?: string; | ||
} | ||
export interface ISectionDescription { | ||
description: string; | ||
} |
{ | ||
"name": "@gooddata/typings", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
191710
3036