API Reference > @next-core/brick-types > CustomTemplateProxyProperty
CustomTemplateProxyProperty interface
自定义模板的属性代理配置。
Signature:
export declare type CustomTemplateProxyProperty =
| CustomTemplateProxyRefProperty
| CustomTemplateProxyVariableProperty;
Reference: CustomTemplateProxyRefProperty, CustomTemplateProxyVariableProperty