API Reference > @next-core/brick-types > CustomTemplateProxyMergeableProperty
CustomTemplateProxyMergeableProperty interface
自定义模板的可合并的属性代理配置。
Signature:
export declare type CustomTemplateProxyMergeableProperty =
| CustomTemplateProxyMergeablePropertyOfArray
| CustomTemplateProxyMergeablePropertyOfObject;
Reference: CustomTemplateProxyMergeablePropertyOfArray, CustomTemplateProxyMergeablePropertyOfObject