API Reference > @next-core/brick-types > CustomTemplateProxyExtraOneWayRef
CustomTemplateProxyExtraOneWayRef interface
额外的单向(由模板传输给内部构件)属性代理配置。
Signature:
export declare type CustomTemplateProxyExtraOneWayRef =
| Omit<CustomTemplateProxyBasicProperty, "extraOneWayRefs">
| Omit<CustomTemplateProxyTransformableProperty, "extraOneWayRefs">
| Omit<CustomTemplateProxyMergeablePropertyOfArray, "extraOneWayRefs">
| Omit<CustomTemplateProxyMergeablePropertyOfObject, "extraOneWayRefs">;
Reference: CustomTemplateProxyBasicProperty, CustomTemplateProxyTransformableProperty, CustomTemplateProxyMergeablePropertyOfArray, CustomTemplateProxyMergeablePropertyOfObject