Circle

继承自 BaseCircle

<Circle center={[x, y]} radius={1000} />

Source Code

Props

属性名类型备注
...继承的属性

Events

事件名备注
...继承的事件

CircleEditor

<CircleEditor enabled={enabled} onChange={target => {...}} opts={{ ... }}>
<Circle center={[...]} radius={...} />
</CircleEditor>

Props

属性名类型备注
enabledboolean
optsobject可选

Events

事件名备注
change

Example

查看源代码: