MCPcopy
hub / github.com/modstart-lib/aigcpanel / mappingFormItem

Function mappingFormItem

src/module/VideoEditor/core/setting/util.ts:81–89  ·  view source on GitHub ↗
(
    componentName: string,
    mergeOptions: Record<string, any>,
)

Source from the content-addressed store, hash-verified

79
80// 格式化属性表单配置
81export function mappingFormItem(
82 componentName: string,
83 mergeOptions: Record<string, any>,
84) {
85 return {
86 ...(BaseOptionConfig[componentName] || {}),
87 ...mergeOptions,
88 };
89}

Callers 8

text.tsFile · 0.90
video.tsFile · 0.90
effect.tsFile · 0.90
transition.tsFile · 0.90
_template.tsFile · 0.90
audio.tsFile · 0.90
image.tsFile · 0.90
filter.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected