跳到主要内容

app-wall

<data-view.app-wall>

应用墙

Examples

Basic

Playground

Properties

NameDescriptionTypeDefaultRequired
dataSource

数据

AppData[]
relations

关系

Relation[]
useDblclick

是否使用双击事件,开启之后卡片不会触发内部dblclick事件展示梯台

boolean
useDistanceConfig

是否使用内置的distanceConfig配置

boolean
disabledDefaultClickEvent

是否禁用触发默认单击事件,开启之后卡片不会触发内部click事件展示卡片,直接跑出了点击事件

boolean
cardSize

卡的大小配置,注意这里卡片大小宽高将影响T台大小展示

CardSize { width: 120, height: 160, outerWidth: 140, outerHeight: 180, lgWidth: 180, lgHeight: 240, }
cardBrickName

卡片支持的构件类型

AppWallCardBrickNameType "data-view.app-wall-card-item"
containerId

容器id,用于监听容器大小

string
noRotate

控制是否旋转

boolean
boundMargin

四周的边距

number 100
useSystemPopover

是否使用系统卡片popover

boolean

Events

NameDescriptionEvent Detail
system.card.button.click

详情卡片点击事件

AppData
left.btn.clickAppData
right.btn.clickAppData
on.card.dbclickAppData
card.clickAppData

Type references

AppData

NameTypeRequiredDescription
keystring
status"normal" | "warning"
cardItemPropsAppWallCardItemProps & SimpleCardItemProps
systemCardPropsSystemCardProps
trapezoidalPropsTrapezoidalProps
dataany

Relation

NameTypeRequiredDescription
sourcestring
targetstring

CardSize

NameTypeRequiredDescription
widthnumber
heightnumber
outerWidthnumber
outerHeightnumber
lgWidthnumber
lgHeightnumber

AppWallCardBrickNameType

"data-view.app-wall-card-item" | "data-view.simple-card-item"