API Reference > @next-core/brick-types > CustomTemplateProxyRefProperty
CustomTemplateProxyRefProperty interface
自定义模板引用内部构件属性的属性代理配置
Signature:
export declare type CustomTemplateProxyRefProperty =
| CustomTemplateProxyBasicProperty
| CustomTemplateProxyTransformableProperty
| CustomTemplateProxyMergeableProperty;
Reference: CustomTemplateProxyBasicProperty, CustomTemplateProxyTransformableProperty, CustomTemplateProxyMergeableProperty