API Reference > @next-core/brick-types > CustomTemplateProxySlot
CustomTemplateProxySlot interface
自定义模板的插槽代理配置。
Signature:
export interface CustomTemplateProxySlot
Properties
| Property | Type | Description |
|---|---|---|
| ref | string | 要代理的构件的引用 ID。 |
| refPosition | number | 自定义模板的外部声明的子构件将被放置到插槽中的索引位置。 |
| refSlot | string | 要代理的插槽名。 |