index.ts
651 Bytes
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum, ChatCategoryEnumName } from '@/packages/components/Tables/index.d'
import { useWidgetKey } from '@/packages/external/useWidgetKey'
const { key, conKey, chartKey } = useWidgetKey('OverrideTableScrollBoard', true)
export const OverrideTableScrollBoardConfig: ConfigType = {
key,
chartKey,
conKey,
title: '设备最新数据轮播列表',
category: ChatCategoryEnum.TABLE,
categoryName: ChatCategoryEnumName.TABLE,
package: PackagesCategoryEnum.TABLES,
chartFrame: ChartFrameEnum.COMMON,
image: 'table_scrollboard.png'
}