Skip to main content
Version: 2.x

API Reference > @next-core/brick-types > CustomTemplateProxyRefProperty

CustomTemplateProxyRefProperty interface

自定义模板引用内部构件属性的属性代理配置

Signature:

export declare type CustomTemplateProxyRefProperty =
| CustomTemplateProxyBasicProperty
| CustomTemplateProxyTransformableProperty
| CustomTemplateProxyMergeableProperty;

Reference: CustomTemplateProxyBasicProperty, CustomTemplateProxyTransformableProperty, CustomTemplateProxyMergeableProperty