跳到主要内容

Type Alias: TCellComponentPropsMap<CellFuncExtendPropsMap, ActionsExtendPropsMap>

TCellComponentPropsMap<CellFuncExtendPropsMap, ActionsExtendPropsMap>: object & CellFuncExtendPropsMap

Type declaration

NameTypeDescription
actionsIXphActionsProps<ActionsExtendPropsMap>-
copyobject-
copy.onClick?(record) => void自定义点击事件
copy.size?"small" | "default" | "large"大小
copy.text?string | (record) => string复制的文本
linkobject-
link.onClick?() => void点击事件(优先级最高)
link.url?string超链接,点击超链接跳转
tagobject-
tag.enumsobject[]标签的枚举

Type Parameters

Type ParameterDefault type
CellFuncExtendPropsMap extends TXphExtendComponentPropsMapobject
ActionsExtendPropsMap extends TXphExtendComponentPropsMapobject

Description

cellFunc中每一项对应的组件componentProps属性映射

Defined in

packages/table/src/components/table/components/cellFunc/types/cellFunc.ts:7