mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
58 lines
615 B
Markdown
58 lines
615 B
Markdown
---
|
|
title: Resource
|
|
sidebar_position: 13
|
|
---
|
|
|
|
> **[@experimental](./#experimental)**<br/>
|
|
> **@types** [IPublicModelResource](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/resource.ts)<br/>
|
|
> **@since** v1.1.0
|
|
|
|
## 属性
|
|
|
|
### title
|
|
|
|
资源标题
|
|
|
|
`@type {string}`
|
|
|
|
### id
|
|
|
|
资源 id
|
|
|
|
`@type {string}`
|
|
|
|
### name
|
|
|
|
资源名字
|
|
|
|
`@type {string}`
|
|
|
|
### type
|
|
|
|
资源类型
|
|
|
|
`@type {string}`
|
|
|
|
### category
|
|
|
|
资源分类
|
|
|
|
`@type {string}`
|
|
|
|
### icon
|
|
|
|
资源 icon
|
|
|
|
`@type {ReactElement}`
|
|
|
|
### options
|
|
|
|
资源配置信息
|
|
|
|
`@type {Object}`
|
|
|
|
### config
|
|
|
|
资源配置信息
|
|
|
|
`@type {Object}` |