Type Alias: TMapComponentActionProps<T>
TMapComponentActionProps<
T
>:{ [K in keyof TComponentType<T>]: IComponentActionProps<K, T> }
[keyofTComponentType
<T
>]
Type Parameters
Type Parameter |
---|
T extends TXphExtendComponentPropsMap |
Description
将组件类型映射为 IComponentActionProps
Defined in
packages/common/src/components/actions/types/actionItem.ts:120