Last Updated on : 2021-08-30 03:52:04download
Field name | Type | Describe | Default |
---|---|---|---|
radius | Number | Radius | null |
data | Array | dp params | null |
bigCircleBg | String | Great circle background | null |
bigBorderColor | String | Large circle stroke color | null |
smallCircleBg | String | Small round background | null |
smallBorderColor | String | Small circle stroke color | null |
isHorizontal | Bool | isHorizontal | null |
open | Object | open | null |
close | Object | close | null |
stop | Object | stop | null |
import React from 'react'
import { CurtainControl } from '@tuya/tuya-panel-electrician-sdk'
export default class Scene extends Component {
render() {
return <CurtainControl radius={200} />;
}
}
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback