mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 04:08:32 +08:00
29 lines
382 B
Markdown
29 lines
382 B
Markdown
---
|
||
title: Image
|
||
order: 3
|
||
---
|
||
|
||
<embed src="../../common/ShapeStyleProps.zh.md"></embed>
|
||
|
||
## img
|
||
|
||
**类型**:`string` | `HTMLImageElement`
|
||
|
||
**默认值**:`null`
|
||
|
||
**是否必须**:false
|
||
|
||
**说明**:图片对象
|
||
|
||
## src
|
||
|
||
**类型**:`string`
|
||
|
||
**默认值**:`null`
|
||
|
||
**是否必须**:false
|
||
|
||
**说明**:图片地址
|
||
|
||
<embed src="../../common/BaseStyleProps.zh.md"></embed>
|