API Reference > @next-core/brick-types > CustomTemplate
CustomTemplate interface
自定义模板配置。
Signature:
export interface CustomTemplate
Properties
| Property | Type | Description |
|---|---|---|
| bricks | BrickConfInTemplate[] | 自定义模板渲染的构件配置列表。 |
| name | string | 自定义模板的名称。 |
| proxy | CustomTemplateProxy | 自定义模板的代理配置。 |
| state | CustomTemplateState[] | 状态数据配置列表。 |