Type alias AnalyticsCloudComponentLayoutItem
AnalyticsCloudComponentLayoutItem: {
assetType: string;
devName: string;
error?: string | null;
filter?: string | null;
height?: number | null;
hideOnError?: boolean | null;
showHeader?: boolean | null;
showSharing?: boolean | null;
showTitle?: boolean | null;
width?: string | null;
}
Type declaration
assetType: string
devName: string
Optional
error?: string | null
Optional
filter?: string | null
Optional
height?: number | null
Optional
hideOnError?: boolean | null
Optional
showHeader?: boolean | null
Optional
showSharing?: boolean | null
Optional
showTitle?: boolean | null
Optional
width?: string | null